Skip to content

Commit

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

0 comments on commit d11a02a

Please sign in to comment.