mirror of
https://github.com/alex-shpak/hugo-book.git
synced 2025-06-11 19:24:06 +00:00
deploy ghpages in master
This commit is contained in:
parent
5e8c452534
commit
996d877c64
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@ -22,7 +22,7 @@ jobs:
|
||||
|
||||
- name: Deploy
|
||||
uses: peaceiris/actions-gh-pages@v3
|
||||
if: github.ref == 'refs/heads/main'
|
||||
if: github.ref == 'refs/heads/master'
|
||||
with:
|
||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
publish_dir: ./public
|
Loading…
Reference in New Issue
Block a user