Skip to content

Commit

Permalink
deploy: Update hugo version to match docker-compose
Browse files Browse the repository at this point in the history
Signed-off-by: Denys Fedoryshchenko <[email protected]>
  • Loading branch information
nuclearcat committed May 30, 2024
1 parent c450087 commit 3bf10eb
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 6 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,15 +40,13 @@ jobs:
- name: Setup Hugo
uses: peaceiris/actions-hugo@v3
with:
hugo-version: '0.97.0'
hugo-version: '0.97.3'
extended: true

- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: '20'
#cache: 'npm'
#cache-dependency-path: '**/package-lock.json'

- name: Install dependencies (postcss), bootstrap-sass
run: npm install --save-dev autoprefixer && npm install postcss-cli && npm install -D postcss && npm install -D postcss-preset-env && npm install -D bootstrap-sass
Expand Down
2 changes: 1 addition & 1 deletion kernelci.org/external/kernelci-core
2 changes: 1 addition & 1 deletion kernelci.org/themes/docsy
Submodule docsy updated 287 files

0 comments on commit 3bf10eb

Please sign in to comment.