From c9f370fb272745062a435a22385d199b38123732 Mon Sep 17 00:00:00 2001 From: Marth1nus Date: Wed, 18 Sep 2024 07:41:32 +0200 Subject: [PATCH] P13 --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 0d9600d..2a94081 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -27,7 +27,7 @@ jobs: - name: Confirm output run: ls ./out - name: Deploy - uses: peaceiris/actions-gh-pages + uses: peaceiris/actions-gh-pages@v4 with: github_token: ${{ secrets.GITHUB_TOKEN }} publish_dir: ./out