Skip to content

Commit

Permalink
CI #30 use explicit directory names, restore artifact upload
Browse files Browse the repository at this point in the history
  • Loading branch information
prjemian committed Dec 18, 2024
1 parent e7e3369 commit 49b7c5a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,14 +84,14 @@ jobs:
run: |
TZ=UTC make -C docs html
# - name: Upload Docs ZIP file as artifact
# uses: actions/upload-artifact@v4
# with:
# name: apsbss-docs
# path: ${{ steps.deployment.outputs.artifact }}
- name: Upload Docs ZIP file as artifact
uses: actions/upload-artifact@v4
with:
name: apsbss-docs
path: docs/build/html

- uses: peaceiris/actions-gh-pages@v4
if: ${{ github.event.inputs.deploy }}
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ${{ steps.deployment.outputs.artifact }}
publish_dir: docs/build/html

0 comments on commit 49b7c5a

Please sign in to comment.