From 65ff440e254623045490508eb05379e60fe1fb02 Mon Sep 17 00:00:00 2001 From: thepaperpilot Date: Sun, 5 Nov 2023 08:42:39 -0600 Subject: [PATCH] Fully qualify pages deploy action --- .forgejo/workflows/deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/deploy.yaml b/.forgejo/workflows/deploy.yaml index a0fcd36..edd50aa 100644 --- a/.forgejo/workflows/deploy.yaml +++ b/.forgejo/workflows/deploy.yaml @@ -20,7 +20,7 @@ jobs: npm run build - name: Deploy 🚀 - uses: JamesIves/github-pages-deploy-action@v4.2.5 + uses: https://github.com/JamesIves/github-pages-deploy-action@v4.2.5 with: branch: pages # The branch the action should deploy to. folder: dist # The folder the action should deploy.