Skip to content

Commit 0e1768a

Browse files
fix docs
1 parent 4ab2632 commit 0e1768a

File tree

2 files changed

+248
-318
lines changed

2 files changed

+248
-318
lines changed

.github/workflows/build_docs.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,11 @@ jobs:
2121
- uses: actions/checkout@v5
2222
- name: Install Node and dependencies
2323
uses: mongodb-labs/drivers-github-tools/node/setup@v2
24-
- run: sudo apt update && sudo apt-get install hugo
24+
- name: Install Hugo
25+
run: |
26+
mkdir ~/hugo
27+
curl -L https://github.com/gohugoio/hugo/releases/download/v0.150.0/hugo_0.150.0_linux-arm.tar.gz | tar -xzf - -C ~/hugo
28+
echo "$PATH:~/hugo" >> $GITHUB_PATH
2529
- name: Build Docs
2630
run: npm run build:docs -- --yes
2731
- name: Open Pull Request

0 commit comments

Comments
 (0)