Skip to content

Commit acd8625

Browse files
authored
chore: fix missing hugo (#4594)
1 parent 0ea6eaa commit acd8625

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 update && sudo apt-get install hugo
2525
- name: Build Docs
2626
run: npm run build:docs -- --yes
2727
- name: Open Pull Request

0 commit comments

Comments
 (0)