about summary refs log tree commit diff
diff options
context:
space:
mode:
authorsternenseemann <sternenseemann@systemli.org>2022-03-20 13:14:22 +0100
committersternenseemann <sternenseemann@systemli.org>2022-03-20 13:14:22 +0100
commit33c43f930160bd800dbb3e38b1255ea3ac8d2e14 (patch)
treec7abf01418bae53e1148ff549766797c8522b03c
parent70350e026130e8b59e69a056cf7e2a96747b0a5a (diff)
fix(github): correct tag name for github-pages-deploy-action
-rw-r--r--.github/workflows/deploy-doc.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/deploy-doc.yml b/.github/workflows/deploy-doc.yml
index 4e4eb33..32edf46 100644
--- a/.github/workflows/deploy-doc.yml
+++ b/.github/workflows/deploy-doc.yml
@@ -21,7 +21,7 @@ jobs:
           nix-build -A deploy doc/web.nix
           ./result -w tmp
       - name: Deploy output to GitHub Pages
-        uses: JamesIves/github-pages-deploy-action@4.2.5
+        uses: JamesIves/github-pages-deploy-action@v4.2.5
         with:
           branch: gh-pages
           clean: true