Skip to content

Commit

Permalink
Adding trigger and command
Browse files Browse the repository at this point in the history
  • Loading branch information
gphipps authored and gphipps committed Jul 25, 2024
1 parent eb2b608 commit 69f60c3
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
name: deploy
name: docs

on:
release:
types: [published]
workflow_dispatch:

permissions:
contents: write
Expand All @@ -19,10 +24,7 @@ jobs:
run: python -m pip install .[docs] --upgrade pip
- name: Generate API docs & Build sphinx documentation
run: |
git fetch --tags
cd docs
python build.py
cd ..
sphinx-build -M help docs docs-out
- name: Setup Pages
uses: actions/configure-pages@v5
- name: Upload artifact
Expand Down

0 comments on commit 69f60c3

Please sign in to comment.