Skip to content

Commit

Permalink
update deploy-staging.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchellmanware committed Aug 6, 2024
1 parent eea8083 commit eeaab12
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/deploy-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,10 @@ jobs:
git status
ls -la
- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v4
- name: Deploy to GitHub pages 🚀
if: github.event_name != 'pull_request'
uses: JamesIves/[email protected]
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./docs # Directory where bookdown outputs the HTML files
clean: false
branch: gh-pages
folder: ./docs

0 comments on commit eeaab12

Please sign in to comment.