Skip to content

Commit 9852203

Browse files
committed
chore(lint): use yaml lint
in a vain effort to get the workflow check running again
1 parent 487d5d4 commit 9852203

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/gh-pages.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,15 @@ jobs:
2323
- name: Add hugo nodejs dependencies
2424
uses: actions/setup-node@v3
2525
with:
26-
node-version: '16'
26+
node-version: "16"
2727
run: yarn add -D postcss autoprefixer postcss-cli
2828

29-
- name: Setup Hugo
29+
- name: Setup Hugo
3030
uses: peaceiris/actions-hugo@v2
3131
with:
32-
# sync versions with docker-compose .env ala
32+
# sync versions with docker-compose .env ala
3333
# https://github.com/marketplace/actions/hugo-setup#%EF%B8%8F-read-hugo-version-from-file
34-
hugo-version: '${{ steps.hugo-version.outputs.HUGO_VERSION }}'
34+
hugo-version: "${{ steps.hugo-version.outputs.HUGO_VERSION }}"
3535
extended: true
3636
run: |
3737
hugo mod init github.com/openmodelingfoundation/openmodelingfoundation.github.io

0 commit comments

Comments
 (0)