Skip to content

Commit

Permalink
Updated hugo version. Partially solves pnp#144
Browse files Browse the repository at this point in the history
  • Loading branch information
appieschot committed Sep 14, 2022
1 parent b9355da commit 17c8070
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
// Update VERSION to pick a specific hugo version.
// Example versions: latest, 0.73.0, 0,71.1
// Rebuild the container if it already exists to update.
"VERSION": "0.100.2",
"VERSION": "latest",
// Update NODE_VERSION to pick the Node.js version: 12, 14
"NODE_VERSION": "14"
}
Expand All @@ -22,7 +22,7 @@
"settings": {
"html.format.templating": true,
},

// Add the IDs of extensions you want installed when the container is created.
"extensions": [
"bungcip.better-toml",
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ jobs:
- name: Setup Hugo
uses: peaceiris/actions-hugo@v2
with:
hugo-version: '0.100.2' # temporary set to fixed version as 0.101.0 seems to cause problems
hugo-version: 'latest'
extended: true

- name: Build
run: hugo --minify
run: hugo --minify --templateMetrics

- name: Deploy
uses: peaceiris/actions-gh-pages@v3
Expand Down

0 comments on commit 17c8070

Please sign in to comment.