Skip to content

Commit

Permalink
WIP #274 find the built docs
Browse files Browse the repository at this point in the history
  • Loading branch information
prjemian committed Feb 24, 2024
1 parent cbf5a55 commit 843038f
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,16 +54,16 @@ jobs:
requirements_path: ./docs/requirements.txt

- name: Diagnostic
run: pwd && ls -lAFgh
run: ls -lAFgh ${{ steps.deployment.outputs.artifact }}

- name: Upload Docs ZIP file as artifact
uses: actions/upload-artifact@v4
with:
name: ${{ env.REPOSITORY_NAME }}-docs
path: docs/build/html/
# - name: Upload Docs ZIP file as artifact
# uses: actions/upload-artifact@v4
# with:
# name: ${{ env.REPOSITORY_NAME }}-docs
# path: docs/build/html/

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

0 comments on commit 843038f

Please sign in to comment.