mirror of
https://github.com/getzola/zola
synced 2024-12-12 05:12:29 +00:00
Updated github action version (#2692)
The version in the snipped does not work. See issue: https://github.com/shalzz/zola-deploy-action/issues/71
This commit is contained in:
parent
a91ae35872
commit
c09be73abf
1 changed files with 3 additions and 3 deletions
|
@ -49,7 +49,7 @@ jobs:
|
|||
- name: checkout
|
||||
uses: actions/checkout@v4
|
||||
- name: build_and_deploy
|
||||
uses: shalzz/zola-deploy-action@v0.17.2
|
||||
uses: shalzz/zola-deploy-action@master
|
||||
env:
|
||||
# Target branch
|
||||
PAGES_BRANCH: gh-pages
|
||||
|
@ -80,7 +80,7 @@ jobs:
|
|||
- name: 'checkout'
|
||||
uses: actions/checkout@v4
|
||||
- name: 'build'
|
||||
uses: shalzz/zola-deploy-action@v0.17.2
|
||||
uses: shalzz/zola-deploy-action@master
|
||||
env:
|
||||
PAGES_BRANCH: gh-pages
|
||||
BUILD_DIR: .
|
||||
|
@ -93,7 +93,7 @@ jobs:
|
|||
- name: 'checkout'
|
||||
uses: actions/checkout@v4
|
||||
- name: 'build and deploy'
|
||||
uses: shalzz/zola-deploy-action@v0.17.2
|
||||
uses: shalzz/zola-deploy-action@master
|
||||
env:
|
||||
PAGES_BRANCH: master
|
||||
BUILD_DIR: .
|
||||
|
|
Loading…
Reference in a new issue