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 a6ac8c9 commit 727c1a0Copy full SHA for 727c1a0
.github/workflows/docs.yaml
@@ -91,15 +91,18 @@ jobs:
91
sudo apt update
92
sudo apt install -y protobuf-compiler
93
94
+ - name: Setup Rust
95
+ uses: dtolnay/rust-toolchain@stable
96
+ with:
97
+ components: rustfmt
98
+ toolchain: nightly
99
+
100
- name: Install documentation dependencies
101
run: make docs-install
102
103
- name: Build documentation
104
run: |
- cd website
- # Set base URL for GitHub Pages
- echo "Building documentation for GitHub Pages..."
- npm run build
105
+ make docs-build
106
env:
107
NODE_ENV: production
108
0 commit comments