Skip to content

Commit f15eee2

Browse files
committed
chore: fix missing hugo
1 parent 484adb9 commit f15eee2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- uses: actions/checkout@v4
2222
- name: Install Node and dependencies
2323
uses: mongodb-labs/drivers-github-tools/node/setup@v2
24-
- run: sudo apt-get install hugo
24+
- run: sudo apt-get install hugo --fix-missing
2525
- name: Build Docs
2626
run: npm run build:docs -- --yes
2727
- name: Open Pull Request

0 commit comments

Comments
 (0)