From 1036fd4056deb0351631fa6e88374c19906695c8 Mon Sep 17 00:00:00 2001 From: Parallels Date: Fri, 2 Feb 2024 11:17:37 -0500 Subject: [PATCH] workflow fix 18 --- .github/workflows/hugo.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/hugo.yaml b/.github/workflows/hugo.yaml index 9879b4e..20f6120 100644 --- a/.github/workflows/hugo.yaml +++ b/.github/workflows/hugo.yaml @@ -68,10 +68,10 @@ jobs: # Deployment job deploy: environment: - name: github-pages - url: ${{ steps.deployment.outputs.page_url }} - runs-on: ubuntu-latest - needs: build + name: github-pages + url: ${{ steps.deployment.outputs.page_url }} + runs-on: ubuntu-latest + needs: build steps: - name: Deploy to GitHub Pages id: deployment