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 3685c5e commit 064bef7Copy full SHA for 064bef7
.github/workflows/gh-pages.yml
@@ -19,8 +19,6 @@ jobs:
19
run: |
20
. ./.env
21
echo "::set-output name=HUGO_VERSION::${HUGO_VERSION}"
22
- hugo mod init github.com/openmodelingfoundation/openmodelingfoundation.github.io
23
- hugo mod get github.com/google/docsy@v0.4.0
24
25
- name: Setup Hugo
26
uses: peaceiris/actions-hugo@v2
@@ -33,7 +31,10 @@ jobs:
33
31
- name: Build
34
32
env:
35
HUGO_ENV: "production"
36
- run: hugo --minify
+ run: |
+ hugo mod init github.com/openmodelingfoundation/openmodelingfoundation.github.io
+ hugo mod get github.com/google/docsy@v0.4.0
37
+ hugo --minify
38
39
- name: Deploy
40
if: github.event_name == 'push'
0 commit comments