Skip to content

Commit

Permalink
Updated github action version (#2692)
Browse files Browse the repository at this point in the history
The version in the snipped does not work. 
See issue:
shalzz/zola-deploy-action#71
  • Loading branch information
ckrenslehner authored Nov 12, 2024
1 parent a91ae35 commit c09be73
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/content/documentation/deployment/github-pages.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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: .
Expand All @@ -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: .
Expand Down

0 comments on commit c09be73

Please sign in to comment.