mirror of https://github.com/jpanther/congo.git
🔀 Merge pull request #856 from jpanther/dependabot/github_actions/peaceiris/actions-gh-pages-4
👷 Bump peaceiris/actions-gh-pages from 3 to 4
pull/860/head
commit
d91b152329
|
@ -29,7 +29,7 @@ jobs:
|
||||||
run: hugo --minify --themesDir ../.. --buildDrafts --baseURL https://jpanther.github.io/congo/
|
run: hugo --minify --themesDir ../.. --buildDrafts --baseURL https://jpanther.github.io/congo/
|
||||||
|
|
||||||
- name: Deploy
|
- name: Deploy
|
||||||
uses: peaceiris/actions-gh-pages@v3
|
uses: peaceiris/actions-gh-pages@v4
|
||||||
if: ${{ github.ref == 'refs/heads/stable' }}
|
if: ${{ github.ref == 'refs/heads/stable' }}
|
||||||
with:
|
with:
|
||||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
Loading…
Reference in New Issue