Skip to content

Commit

Permalink
Bump peaceiris/actions-gh-pages from 3 to 4 (#281)
Browse files Browse the repository at this point in the history
  • Loading branch information
dciangot authored Nov 11, 2024
2 parents 83e2b7e + 6e49a9b commit 95ba2f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_docusaurus.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
run: npm run build

- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
uses: peaceiris/actions-gh-pages@v4
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./docs/build # Ensure this matches the build output directory of Docusaurus#

0 comments on commit 95ba2f9

Please sign in to comment.