Merge pull request #4903 from PHPOffice/dependabot/github_actions/peaceiris/actions-gh-pages-4

Bump peaceiris/actions-gh-pages from 3 to 4
This commit is contained in:
oleibman
2026-06-07 03:24:08 +00:00
committed by GitHub
+1 -1
View File
@@ -27,7 +27,7 @@ jobs:
php phpDocumentor.phar --directory src/ --target docs/api --visibility=public,protected
- name: Deploy to GithHub Pages
uses: peaceiris/actions-gh-pages@v3
uses: peaceiris/actions-gh-pages@v4
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./docs/api