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 e8a2000 commit d6943f8Copy full SHA for d6943f8
.github/workflows/build_docs.yml
@@ -18,13 +18,10 @@ jobs:
18
19
- name: Install Hugo
20
run: |
21
- # apt-get update && apt-get install curl
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
25
26
- - run: which hugo
27
-
28
- name: Install Node and dependencies
29
uses: mongodb-labs/drivers-github-tools/node/setup@v2
30
0 commit comments