From 97a9e6cb3bd96c14cb121adbe0cce8f21662b243 Mon Sep 17 00:00:00 2001 From: Wil Wade Date: Fri, 8 Sep 2023 09:38:45 -0400 Subject: [PATCH] Update deploy pages action --- .github/workflows/deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index a8daf588..de8a339b 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -44,8 +44,8 @@ jobs: environment: name: github-pages url: ${{ steps.deployment.outputs.page_url }} - + steps: - name: Deploy id: deployment - uses: actions/deploy-pages@v1 + uses: actions/deploy-pages@v2