Skip to content

Commit

Permalink
CI #274 re-enable upload & deploy steps
Browse files Browse the repository at this point in the history
  • Loading branch information
prjemian committed Feb 24, 2024
1 parent 843038f commit 6c095a2
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,14 +56,14 @@ jobs:
- name: Diagnostic
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: ${{ 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 }}
- 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 6c095a2

Please sign in to comment.