From a31f118aabaa5d374892b2b187b84bbe19279173 Mon Sep 17 00:00:00 2001 From: polectron Date: Wed, 17 Aug 2022 23:15:17 +0200 Subject: [PATCH] fix action name --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1ea9f21..e2195a3 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -54,4 +54,4 @@ jobs: steps: - name: Deploy to Github Pages id: deployment - uses: actions/deploy-gh@v1 + uses: actions/deploy-pages@v1