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 64aea44 commit fd460fdCopy full SHA for fd460fd
.github/workflows/build_docs.yml
@@ -24,6 +24,7 @@ jobs:
24
uses: mongodb-labs/drivers-github-tools/node/setup@v2
25
- name: Install Hugo
26
run: |
27
+ apt-get update && apt-get install curl
28
mkdir ~/hugo
29
curl -L https://github.com/gohugoio/hugo/releases/download/v0.150.0/hugo_0.150.0_linux-arm.tar.gz | tar -xzf - -C ~/hugo
30
echo "$PATH:~/hugo" >> $GITHUB_PATH
0 commit comments