File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -16,18 +16,18 @@ jobs:
16
16
steps :
17
17
- uses : actions/checkout@v5
18
18
19
- - name : Install Node and dependencies
20
- uses : mongodb-labs/drivers-github-tools/node/setup@v2
21
-
22
19
- name : Install Hugo
23
20
run : |
24
21
# apt-get update && apt-get install curl
25
- mkdir ~ /hugo
26
- curl -L https://github.com/gohugoio/hugo/releases/download/v0.150.0/hugo_0.150.0_linux-amd64.tar.gz | tar -xzf - -C ~ /hugo
27
- echo "~ /hugo" >> $GITHUB_PATH
22
+ mkdir /hugo
23
+ curl -L https://github.com/gohugoio/hugo/releases/download/v0.150.0/hugo_0.150.0_linux-amd64.tar.gz | tar -xzf - -C /hugo
24
+ echo "/hugo" >> $GITHUB_PATH
28
25
29
26
- run : which hugo
30
27
28
+ - name : Install Node and dependencies
29
+ uses : mongodb-labs/drivers-github-tools/node/setup@v2
30
+
31
31
- name : Build Docs
32
32
run : npm run build:docs -- --yes
33
33
You can’t perform that action at this time.
0 commit comments