Skip to content

Commit

Permalink
fix workflow?
Browse files Browse the repository at this point in the history
  • Loading branch information
oskar2517 committed Nov 20, 2024
1 parent d11a02a commit d9f1372
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/hugo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ jobs:
runs-on: windows-latest
steps:
- name: Install Scooü
run:
- Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser
- Invoke-RestMethod -Uri https://get.scoop.sh | Invoke-Expression
run: |
Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser
Invoke-RestMethod -Uri https://get.scoop.sh | Invoke-Expression
- name: Install Hugo CLI
run: scoop install [email protected]
- name: Checkout
Expand Down

0 comments on commit d9f1372

Please sign in to comment.