We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ea6eaa commit acd8625Copy full SHA for acd8625
.github/workflows/build_docs.yml
@@ -21,7 +21,7 @@ jobs:
21
- uses: actions/checkout@v4
22
- name: Install Node and dependencies
23
uses: mongodb-labs/drivers-github-tools/node/setup@v2
24
- - run: sudo apt-get install hugo
+ - run: sudo apt update && sudo apt-get install hugo
25
- name: Build Docs
26
run: npm run build:docs -- --yes
27
- name: Open Pull Request
0 commit comments