mirror of
https://github.com/getzola/zola
synced 2024-11-12 23:27:12 +00:00
Show usage of latest github action version (#1638)
This commit is contained in:
parent
7135a4f367
commit
f8020a3139
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ jobs:
|
||||||
- name: checkout
|
- name: checkout
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
- name: build_and_deploy
|
- name: build_and_deploy
|
||||||
uses: shalzz/zola-deploy-action@v0.13.0
|
uses: shalzz/zola-deploy-action@v0.14.1
|
||||||
env:
|
env:
|
||||||
# Target branch
|
# Target branch
|
||||||
PAGES_BRANCH: gh-pages
|
PAGES_BRANCH: gh-pages
|
||||||
|
|
Loading…
Reference in a new issue