Skip to content

Commit

Permalink
Update deploy.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
harrymkt committed Dec 3, 2024
1 parent 4221640 commit 2ce587e
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,13 @@ defaults:
jobs:
# Build job
build:
runs-on: ubuntu-latest
runs-on: windows-latest
env:
HUGO_VERSION: 0.139.0
HUGO_VERSION: 0.139.3
steps:
- name: Install Hugo CLI
run: |
wget -O ${{ runner.temp }}/hugo.deb https://github.com/gohugoio/hugo/releases/download/v${HUGO_VERSION}/hugo_extended_${HUGO_VERSION}_linux-amd64.deb \
&& sudo dpkg -i ${{ runner.temp }}/hugo.deb
choco install hugo-extended
- name: Install Dart Sass
run: sudo snap install dart-sass
- name: Checkout
Expand Down

0 comments on commit 2ce587e

Please sign in to comment.