Skip to content

Commit

Permalink
Update build_deploy_specs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cgendreau authored Sep 17, 2024
1 parent d6bad25 commit c32e3df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_deploy_specs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Deploy GitHub Pages (only on master branch)
if: ${{ github.ref == 'refs/heads/master' }}
uses: peaceiris/actions-gh-pages@v3
uses: peaceiris/actions-gh-pages@v4
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: redoc
Expand Down

0 comments on commit c32e3df

Please sign in to comment.