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 bbae2cb commit 3685c5eCopy full SHA for 3685c5e
.github/workflows/gh-pages.yml
@@ -10,22 +10,17 @@ on:
10
11
jobs:
12
deploy:
13
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-22.04
14
steps:
15
- - uses: actions/checkout@v2
16
- with:
17
- submodules: 'recursive'
18
- fetch-depth: 0
19
-
20
- - name: Setup Yarn
21
- uses: actions/setup-node@v2
22
- - run: yarn install
+ - uses: actions/checkout@v3
23
24
- name: Read .env hugo version
25
id: hugo-version
26
run: |
27
. ./.env
28
echo "::set-output name=HUGO_VERSION::${HUGO_VERSION}"
+ hugo mod init github.com/openmodelingfoundation/openmodelingfoundation.github.io
+ hugo mod get github.com/google/docsy@v0.4.0
29
30
- name: Setup Hugo
31
uses: peaceiris/actions-hugo@v2
0 commit comments