mirror of
https://github.com/getzola/zola
synced 2024-11-10 06:14:19 +00:00
Update deploy action to the latest version and make version consistant (#2173)
This commit is contained in:
parent
d626ea1c2e
commit
0f21270bf1
1 changed files with 3 additions and 3 deletions
|
@ -48,7 +48,7 @@ jobs:
|
||||||
- name: checkout
|
- name: checkout
|
||||||
uses: actions/checkout@v3.0.0
|
uses: actions/checkout@v3.0.0
|
||||||
- name: build_and_deploy
|
- name: build_and_deploy
|
||||||
uses: shalzz/zola-deploy-action@v0.16.1-1
|
uses: shalzz/zola-deploy-action@v0.17.2
|
||||||
env:
|
env:
|
||||||
# Target branch
|
# Target branch
|
||||||
PAGES_BRANCH: gh-pages
|
PAGES_BRANCH: gh-pages
|
||||||
|
@ -79,7 +79,7 @@ jobs:
|
||||||
- name: 'checkout'
|
- name: 'checkout'
|
||||||
uses: actions/checkout@v3.0.0
|
uses: actions/checkout@v3.0.0
|
||||||
- name: 'build'
|
- name: 'build'
|
||||||
uses: shalzz/zola-deploy-action@v0.16.1
|
uses: shalzz/zola-deploy-action@v0.17.2
|
||||||
env:
|
env:
|
||||||
PAGES_BRANCH: gh-pages
|
PAGES_BRANCH: gh-pages
|
||||||
BUILD_DIR: .
|
BUILD_DIR: .
|
||||||
|
@ -92,7 +92,7 @@ jobs:
|
||||||
- name: 'checkout'
|
- name: 'checkout'
|
||||||
uses: actions/checkout@v3.0.0
|
uses: actions/checkout@v3.0.0
|
||||||
- name: 'build and deploy'
|
- name: 'build and deploy'
|
||||||
uses: shalzz/zola-deploy-action@v0.16.1
|
uses: shalzz/zola-deploy-action@v0.17.2
|
||||||
env:
|
env:
|
||||||
PAGES_BRANCH: master
|
PAGES_BRANCH: master
|
||||||
BUILD_DIR: .
|
BUILD_DIR: .
|
||||||
|
|
Loading…
Reference in a new issue