We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 808e258 commit 4d4d722Copy full SHA for 4d4d722
.github/workflows/run-htmltest.yml
@@ -21,6 +21,7 @@ jobs:
21
uses: actions/setup-node@v3
22
with:
23
node-version: "18"
24
+ cache: 'npm'
25
26
- name: Setup Hugo
27
uses: peaceiris/actions-hugo@v2
@@ -35,8 +36,6 @@ jobs:
35
36
HUGO_ENV: "production"
37
run: |
38
yarn install
- hugo mod init github.com/openmodelingfoundation/openmodelingfoundation.github.io
39
- hugo mod get github.com/google/docsy@${{ steps.hugo-version.outputs.DOCSY_VERSION }}
40
hugo --minify -d $GITHUB_WORKSPACE/dist
41
- name: run htmltest
42
continue-on-error: true
0 commit comments