Merge pull request #131 from zjedi/dependabot/github_actions/peaceiris/actions-gh-pages-3.9.3
chore(deps): bump peaceiris/actions-gh-pages from 3.9.2 to 3.9.3
This commit is contained in:
commit
980b872d2c
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -26,7 +26,7 @@ jobs:
|
|||
|
||||
- name: Deploy to GitHub Pages
|
||||
if: github.event_name == 'push'
|
||||
uses: peaceiris/actions-gh-pages@v3.9.2
|
||||
uses: peaceiris/actions-gh-pages@v3.9.3
|
||||
with:
|
||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
publish_dir: ./public
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue