Skip to content

Commit

Permalink
Merge pull request #2 from capital-G/dependabot/github_actions/main/p…
Browse files Browse the repository at this point in the history
…eaceiris/actions-gh-pages-4.0.0

Bump peaceiris/actions-gh-pages from 3.6.1 to 4.0.0
  • Loading branch information
capital-G authored May 18, 2024
2 parents 59c755f + ace1cd6 commit 2c93322
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
run: docker run -v ${PWD}/build:/root/scdocs scdocs /root/build_docs.sh

- name: upload HTML documentation as gh-pages branch
uses: peaceiris/actions-gh-pages@v3.6.1
uses: peaceiris/actions-gh-pages@v4.0.0
if: success() && github.ref == 'refs/heads/main' # only deploy main
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 2c93322

Please sign in to comment.