Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tschm authored May 31, 2023
1 parent 8c6d6c1 commit 2728206
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions actions/book/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,9 +87,16 @@ runs:
run : |
tree book/_build/html/artifacts
# Push the book's HTML to github-pages
- name: GitHub Pages action
uses: peaceiris/actions-gh-pages@v3.6.1
uses: JamesIves/github-pages[email protected]
with:
github_token: ${{ inputs.GITHUB_TOKEN }}
publish_dir: book/_build/html
branch: gh-pages # The branch the action should deploy to.
folder: book/_build/html # The folder the action should deploy.


# Push the book's HTML to github-pages
#- name: GitHub Pages action
# uses: peaceiris/[email protected]
# with:
# github_token: ${{ inputs.GITHUB_TOKEN }}
# publish_dir: book/_build/html

0 comments on commit 2728206

Please sign in to comment.