From f8020a313928a7568d0a67ef041540667acccfdd Mon Sep 17 00:00:00 2001 From: Paul Fesenmeier Date: Thu, 14 Oct 2021 09:01:40 -0400 Subject: [PATCH] Show usage of latest github action version (#1638) --- docs/content/documentation/deployment/github-pages.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/documentation/deployment/github-pages.md b/docs/content/documentation/deployment/github-pages.md index 0ee21c4b..9ef7fc05 100644 --- a/docs/content/documentation/deployment/github-pages.md +++ b/docs/content/documentation/deployment/github-pages.md @@ -47,7 +47,7 @@ jobs: - name: checkout uses: actions/checkout@v2 - name: build_and_deploy - uses: shalzz/zola-deploy-action@v0.13.0 + uses: shalzz/zola-deploy-action@v0.14.1 env: # Target branch PAGES_BRANCH: gh-pages