Skip to content

Commit

Permalink
Merge pull request #17 from mynaparrot/renovate/peaceiris-actions-gh-…
Browse files Browse the repository at this point in the history
…pages-4.x

chore(deps): update peaceiris/actions-gh-pages action to v4
  • Loading branch information
jibon57 authored Nov 26, 2024
2 parents 11eb2d0 + 3504eb5 commit 6ead7f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_page.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
chmod +x phpDocumentor.phar
./phpDocumentor.phar run -d ./src -t ./docs
- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
uses: peaceiris/actions-gh-pages@v4
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
# Build output to publish to the `gh-pages` branch:
Expand Down

0 comments on commit 6ead7f9

Please sign in to comment.