Skip to content

Commit

Permalink
fix: update publish action
Browse files Browse the repository at this point in the history
  • Loading branch information
mjaquiery committed Jul 19, 2024
1 parent f91a66e commit 66d5a84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,6 @@ jobs:
- name: Deploy to GitHub Pages
if: (github.ref_name == 'main' && github.event_name == 'push') || (github.event_name == 'workflow_dispatch' && inputs.deploy_docs)
id: deployment
uses: actions/deploy-pages@v3
uses: actions/deploy-pages@v4
with:
token: ${{ github.token }}

0 comments on commit 66d5a84

Please sign in to comment.