Skip to content

Commit

Permalink
CI #713
Browse files Browse the repository at this point in the history
  • Loading branch information
prjemian committed Jan 7, 2023
1 parent 1eb05e0 commit 28efe96
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,11 +111,11 @@ jobs:
ls -laFGh
du -shc *
# - name: Publish (push gh-pages branch) only on demand
# uses: peaceiris/actions-gh-pages@v3
# if: ${{ github.event.inputs.deploy }}
# with:
# publish_branch: gh-pages
# github_token: ${{ secrets.GITHUB_TOKEN }}
# publish_dir: ${{ env.TMP_DIR }}
# force_orphan: true
- name: Publish (push gh-pages branch) only on demand
uses: peaceiris/actions-gh-pages@v3
if: ${{ github.event.inputs.deploy }}
with:
publish_branch: gh-pages
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ${{ env.TMP_DIR }}
force_orphan: true

0 comments on commit 28efe96

Please sign in to comment.