Skip to content

Commit

Permalink
Fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
hsanjuan committed Dec 9, 2023
1 parent 7ac3eb2 commit f93846b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/hugo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,12 @@ defaults:

jobs:
deploy:
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
runs-on: ubuntu-latest
env:
HUGO_VERSION: 0.121.0
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
steps:
- name: Install Hugo CLI
run: |
Expand Down

0 comments on commit f93846b

Please sign in to comment.