Skip to content

Commit

Permalink
Update actions 3.
Browse files Browse the repository at this point in the history
  • Loading branch information
frjo committed Apr 5, 2024
1 parent 3adda7a commit 07f8cf8
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ concurrency:
group: pages
cancel-in-progress: true

defaults:
run:
shell: bash

jobs:
build:
runs-on: ubuntu-latest
Expand All @@ -29,6 +33,9 @@ jobs:
hugo-version: "latest"
extended: true

- name: Install Dart Sass
run: sudo snap install dart-sass

- name: Setup Pages
id: pages
uses: actions/configure-pages@v5
Expand Down

0 comments on commit 07f8cf8

Please sign in to comment.