From 70e6ec76a4d8b5e72f25b13279c4fe74b5f57b12 Mon Sep 17 00:00:00 2001 From: JP Hastings-Spital Date: Fri, 7 Jul 2023 12:30:13 +0100 Subject: [PATCH] Swap to v2 of deploy pages --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 50ed44bd..0417ff3a 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -62,7 +62,7 @@ jobs: steps: - name: Deploy to GitHub Pages id: deployment - uses: actions/deploy-pages@v1 + uses: actions/deploy-pages@v2 with: artifact_name: site