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:
Christian Krenslehner 2024-11-12 11:25:12 +01:00 committed by GitHub
parent a91ae35872
commit c09be73abf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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: .