From f38800c23d8eac5c29dd28b933ebd9168994aea2 Mon Sep 17 00:00:00 2001 From: Matthew Crumley Date: Sun, 25 Feb 2024 16:46:43 -0500 Subject: [PATCH] Fix deploy step --- .github/workflows/main.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 77db5dd..80e02b3 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -40,5 +40,6 @@ jobs: environment: name: github-pages url: ${{ steps.deployment.outputs.page_url }} - - name: Deploy to GitHub Pages - uses: actions/deploy-pages@v3 + steps: + - name: Deploy to GitHub Pages + uses: actions/deploy-pages@v3