Skip to content

Commit

Permalink
Fist first try
Browse files Browse the repository at this point in the history
  • Loading branch information
george-d-atscale committed Apr 26, 2024
1 parent a17d0e8 commit fd8b3b3
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions .github/workflows/hugo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,12 +65,11 @@ jobs:

# Deployment job
deploy:
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
runs-on: ubuntu-latest
needs: build
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v2
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
runs-on: ubuntu-latest
needs: build
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v2

0 comments on commit fd8b3b3

Please sign in to comment.