Skip to content

Commit

Permalink
update gh-pages config (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
NickLaiacona authored Jan 17, 2023
1 parent 12e3e55 commit 5c9405a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ on:
jobs:
deploy:
runs-on: ubuntu-22.04
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
steps:
- name: Checkout latest code
uses: actions/checkout@v3
Expand All @@ -17,7 +19,7 @@ jobs:
- name: Setup Hugo
uses: peaceiris/actions-hugo@v2
with:
hugo-version: "latest"
hugo-version: '0.101.0'
extended: true

- name: Build and minify with Hugo
Expand Down

0 comments on commit 5c9405a

Please sign in to comment.