Skip to content

Commit

Permalink
another action try
Browse files Browse the repository at this point in the history
  • Loading branch information
arahmitz committed Feb 26, 2024
1 parent 6101160 commit 18a135b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gh-pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:

jobs:
build-deploy:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
steps:
Expand All @@ -22,7 +22,7 @@ jobs:
- name: Setup Hugo
uses: peaceiris/actions-hugo@v2
with:
hugo-version: "latest"
hugo-version: 'latest'

- name: Build
run: hugo --minify
Expand Down

0 comments on commit 18a135b

Please sign in to comment.