Skip to content

Commit

Permalink
build: update docs workflow on release (#122)
Browse files Browse the repository at this point in the history
  • Loading branch information
ailinvenerus authored Nov 29, 2023
1 parent ce8ca56 commit e6920ba
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/update-doc.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,15 @@
name: Update docs

on:
push:
branches:
- master
release:
types: [published]

jobs:
create-files:
runs-on: ubuntu-latest
steps:
- name: Create md files
run: sphinx-build -M markdown ./docs_source ./docs
run: sphinx-build -M markdown ./docs_source ./docs

update-docs:
runs-on: ubuntu-latest
Expand Down

0 comments on commit e6920ba

Please sign in to comment.