Skip to content

Commit

Permalink
workflow fix 18
Browse files Browse the repository at this point in the history
  • Loading branch information
AndyRaphael committed Feb 2, 2024
1 parent e283c3f commit 1036fd4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/hugo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1036fd4

Please sign in to comment.