From d4dc4b63b10c3cf1299cbb38152eea1e72b4c208 Mon Sep 17 00:00:00 2001 From: Tim Miller Date: Wed, 7 Feb 2024 14:47:22 +0900 Subject: [PATCH] Publish --- .github/workflows/deploy_site.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/deploy_site.yml b/.github/workflows/deploy_site.yml index a3c98f7..b8736b5 100644 --- a/.github/workflows/deploy_site.yml +++ b/.github/workflows/deploy_site.yml @@ -48,10 +48,7 @@ jobs: with: # Upload entire repository path: 'website/_site' - environment: - name: github-pages - url: ${{ steps.deployment.outputs.page_url }} - + - name: Deploy to GitHub Pages id: deployment uses: actions/deploy-pages@v4