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:
zjedi 2023-03-30 22:30:24 +02:00 committed by GitHub
commit 980b872d2c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -26,7 +26,7 @@ jobs:
- name: Deploy to GitHub Pages - name: Deploy to GitHub Pages
if: github.event_name == 'push' if: github.event_name == 'push'
uses: peaceiris/actions-gh-pages@v3.9.2 uses: peaceiris/actions-gh-pages@v3.9.3
with: with:
github_token: ${{ secrets.GITHUB_TOKEN }} github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./public publish_dir: ./public