mirror of
https://github.com/getzola/zola
synced 2024-12-12 13:22: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
|
- name: checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
- name: build_and_deploy
|
- name: build_and_deploy
|
||||||
uses: shalzz/zola-deploy-action@v0.17.2
|
uses: shalzz/zola-deploy-action@master
|
||||||
env:
|
env:
|
||||||
# Target branch
|
# Target branch
|
||||||
PAGES_BRANCH: gh-pages
|
PAGES_BRANCH: gh-pages
|
||||||
|
@ -80,7 +80,7 @@ jobs:
|
||||||
- name: 'checkout'
|
- name: 'checkout'
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
- name: 'build'
|
- name: 'build'
|
||||||
uses: shalzz/zola-deploy-action@v0.17.2
|
uses: shalzz/zola-deploy-action@master
|
||||||
env:
|
env:
|
||||||
PAGES_BRANCH: gh-pages
|
PAGES_BRANCH: gh-pages
|
||||||
BUILD_DIR: .
|
BUILD_DIR: .
|
||||||
|
@ -93,7 +93,7 @@ jobs:
|
||||||
- name: 'checkout'
|
- name: 'checkout'
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
- name: 'build and deploy'
|
- name: 'build and deploy'
|
||||||
uses: shalzz/zola-deploy-action@v0.17.2
|
uses: shalzz/zola-deploy-action@master
|
||||||
env:
|
env:
|
||||||
PAGES_BRANCH: master
|
PAGES_BRANCH: master
|
||||||
BUILD_DIR: .
|
BUILD_DIR: .
|
||||||
|
|
Loading…
Reference in a new issue