Skip to content

Commit

Permalink
Bump peaceiris/actions-gh-pages from 3 to 4 (moves-rwth#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Jun 12, 2024
1 parent e7e0237 commit cff848c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/buildtest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ jobs:
- name: Deploy documentation
# Only deploy for master on original repo (and not for pull requests or forks)
if: matrix.debugOrRelease == 'release' && github.repository_owner == 'moves-rwth' && github.ref == 'refs/heads/master'
uses: peaceiris/actions-gh-pages@v3
uses: peaceiris/actions-gh-pages@v4
with:
personal_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./html
Expand Down

0 comments on commit cff848c

Please sign in to comment.