Skip to content

Commit e513c0f

Browse files
use full hugo path
1 parent 18514c7 commit e513c0f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build_docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ jobs:
2020
run: |
2121
mkdir hugo
2222
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
23+
echo "$(pwd)/hugo" >> $GITHUB_PATH
2424
2525
- name: Install Node and dependencies
2626
uses: mongodb-labs/drivers-github-tools/node/setup@v2
2727

2828
- name: Build Docs
29-
run: hugo version && npm run build:docs -- --yes
29+
run: npm run build:docs -- --yes
3030

0 commit comments

Comments
 (0)