From e82993a83ee838e3b8097bb43092ddba5302d436 Mon Sep 17 00:00:00 2001 From: Zhaofeng Li Date: Fri, 29 Jul 2022 22:13:09 -0700 Subject: [PATCH] .github/manual: Fix github-pages-deploy-action version tag --- .github/workflows/manual.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/manual.yml b/.github/workflows/manual.yml index 2f2b96b..04ac617 100644 --- a/.github/workflows/manual.yml +++ b/.github/workflows/manual.yml @@ -36,7 +36,7 @@ jobs: run: nix build .#manual -L - name: Deploy manual - uses: JamesIves/github-pages-deploy-action@4.3.4 + uses: JamesIves/github-pages-deploy-action@v4.3.4 with: branch: gh-pages folder: result