Skip to content

Commit

Permalink
updated build tools and theme
Browse files Browse the repository at this point in the history
  • Loading branch information
cmahnke committed Oct 11, 2022
1 parent 2607906 commit 0386555
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
13 changes: 9 additions & 4 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:

jobs:
deploy:
runs-on: ubuntu-18.04
runs-on: ubuntu-22.04
steps:
# See https://github.com/easimon/maximize-build-space/blob/master/action.yml
- name: Try to free disk space
Expand All @@ -28,7 +28,12 @@ jobs:
- name: Setup Node.js
uses: actions/[email protected]
with:
node-version: lts/fermium
node-version-file: '.nvmrc'

- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.10'

- uses: actions/checkout@v3
with:
Expand Down Expand Up @@ -58,10 +63,10 @@ jobs:
- name: Setup Hugo
uses: peaceiris/[email protected]
with:
hugo-version: '0.83.1'
hugo-version: '0.104.3'
extended: true
- name: Build Hugo site
run: hugo --i18n-warnings
run: hugo --printI18nWarnings --printUnusedTemplates

- name: Index and cleanup
run: |
Expand Down
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
lts/*

0 comments on commit 0386555

Please sign in to comment.