From 129003e17cd8766d6084cd95d12e78a09d40e1b4 Mon Sep 17 00:00:00 2001 From: Dorian Zedler Date: Wed, 16 Aug 2023 14:00:38 +0200 Subject: [PATCH] Fix: actions url --- .forgejo/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/deploy.yml b/.forgejo/workflows/deploy.yml index b54c0bb..ffd1bfd 100644 --- a/.forgejo/workflows/deploy.yml +++ b/.forgejo/workflows/deploy.yml @@ -29,7 +29,7 @@ jobs: hugo --minify - name: Deploy - uses: https://peaceiris/actions-gh-pages@v3 + uses: https://github.com/peaceiris/actions-gh-pages@v3 if: github.ref == 'refs/heads/main' with: github_token: ${{ secrets.GITHUB_TOKEN }}