File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments