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 d6943f8 commit 18514c7Copy full SHA for 18514c7
.github/workflows/build_docs.yml
@@ -26,5 +26,5 @@ jobs:
26
uses: mongodb-labs/drivers-github-tools/node/setup@v2
27
28
- name: Build Docs
29
- run: npm run build:docs -- --yes
+ run: hugo version && npm run build:docs -- --yes
30
0 commit comments