From 998c3c4952721e6ec4232b25f676229d199d4a88 Mon Sep 17 00:00:00 2001 From: Paul Sanders Date: Mon, 10 Apr 2023 11:54:19 -0400 Subject: [PATCH] Update deploy action to the latest version and make version consistant (#2173) --- 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 2bd5be7d72..734d1fdc8c 100644 --- a/docs/content/documentation/deployment/github-pages.md +++ b/docs/content/documentation/deployment/github-pages.md @@ -48,7 +48,7 @@ jobs: - name: checkout uses: actions/checkout@v3.0.0 - name: build_and_deploy - uses: shalzz/zola-deploy-action@v0.16.1-1 + uses: shalzz/zola-deploy-action@v0.17.2 env: # Target branch PAGES_BRANCH: gh-pages @@ -79,7 +79,7 @@ jobs: - name: 'checkout' uses: actions/checkout@v3.0.0 - name: 'build' - uses: shalzz/zola-deploy-action@v0.16.1 + uses: shalzz/zola-deploy-action@v0.17.2 env: PAGES_BRANCH: gh-pages BUILD_DIR: . @@ -92,7 +92,7 @@ jobs: - name: 'checkout' uses: actions/checkout@v3.0.0 - name: 'build and deploy' - uses: shalzz/zola-deploy-action@v0.16.1 + uses: shalzz/zola-deploy-action@v0.17.2 env: PAGES_BRANCH: master BUILD_DIR: .