From c09be73abfed975f3c9f5946ccf0be22b4ef7dc9 Mon Sep 17 00:00:00 2001 From: Christian Krenslehner Date: Tue, 12 Nov 2024 11:25:12 +0100 Subject: [PATCH] Updated github action version (#2692) The version in the snipped does not work. See issue: https://github.com/shalzz/zola-deploy-action/issues/71 --- docs/content/documentation/deployment/github-pages.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/content/documentation/deployment/github-pages.md b/docs/content/documentation/deployment/github-pages.md index 878d279fed..1fa864177b 100644 --- a/docs/content/documentation/deployment/github-pages.md +++ b/docs/content/documentation/deployment/github-pages.md @@ -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: .