From b5926cb972a5edf0d1dd0dd2cf3225f25a772b38 Mon Sep 17 00:00:00 2001 From: Hayden Young Date: Sat, 22 Feb 2025 14:52:08 +0100 Subject: [PATCH] fix: Deploy pages. --- .github/workflows/api-publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/api-publish.yml b/.github/workflows/api-publish.yml index e9e5c68..3e02be2 100644 --- a/.github/workflows/api-publish.yml +++ b/.github/workflows/api-publish.yml @@ -37,5 +37,5 @@ jobs: steps: - name: Deploy to GitHub Pages id: deployment - uses: actions/deploy-pages@v2 # or the latest "vX.X.X" version tag for this action + uses: actions/deploy-pages@v4 # or the latest "vX.X.X" version tag for this action \ No newline at end of file