Skip to content

Commit

Permalink
DOC #955 add docs upload
Browse files Browse the repository at this point in the history
  • Loading branch information
prjemian committed Apr 6, 2024
1 parent f787bd3 commit e137d18
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,12 @@ jobs:
ls -laFGh
du -shc *
- name: Upload Docs ZIP file as artifact
uses: actions/upload-artifact@v4
with:
name: apstools-docs
path: docs/build/html

- name: Publish (push gh-pages branch) only on demand
uses: peaceiris/actions-gh-pages@v3
if: ${{ github.event.inputs.deploy }}
Expand Down

0 comments on commit e137d18

Please sign in to comment.