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 18514c7 commit e513c0fCopy full SHA for e513c0f
.github/workflows/build_docs.yml
@@ -20,11 +20,11 @@ jobs:
20
run: |
21
mkdir hugo
22
curl -L https://github.com/gohugoio/hugo/releases/download/v0.150.0/hugo_0.150.0_linux-amd64.tar.gz | tar -xzf - -C hugo
23
- echo "hugo" >> $GITHUB_PATH
+ echo "$(pwd)/hugo" >> $GITHUB_PATH
24
25
- name: Install Node and dependencies
26
uses: mongodb-labs/drivers-github-tools/node/setup@v2
27
28
- name: Build Docs
29
- run: hugo version && npm run build:docs -- --yes
+ run: npm run build:docs -- --yes
30
0 commit comments