Skip to content

Commit e36a167

Browse files
test non ~ path
1 parent 8f157ba commit e36a167

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/build_docs.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,18 +16,18 @@ jobs:
1616
steps:
1717
- uses: actions/checkout@v5
1818

19-
- name: Install Node and dependencies
20-
uses: mongodb-labs/drivers-github-tools/node/setup@v2
21-
2219
- name: Install Hugo
2320
run: |
2421
# 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
2825
2926
- run: which hugo
3027

28+
- name: Install Node and dependencies
29+
uses: mongodb-labs/drivers-github-tools/node/setup@v2
30+
3131
- name: Build Docs
3232
run: npm run build:docs -- --yes
3333

0 commit comments

Comments
 (0)