update workflows
This commit is contained in:
parent
1955b65f4f
commit
d4d8d0f15e
2 changed files with 2 additions and 4 deletions
4
.github/workflows/hugo.yml
vendored
4
.github/workflows/hugo.yml
vendored
|
|
@ -31,7 +31,7 @@ jobs:
|
|||
build:
|
||||
runs-on: ubuntu-latest
|
||||
env:
|
||||
HUGO_VERSION: 0.118.2
|
||||
HUGO_VERSION: 0.133.1
|
||||
steps:
|
||||
- name: Install Hugo CLI
|
||||
run: |
|
||||
|
|
@ -41,8 +41,6 @@ jobs:
|
|||
run: sudo snap install dart-sass
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
submodules: recursive
|
||||
- name: Setup Pages
|
||||
id: pages
|
||||
uses: actions/configure-pages@v3
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue