File tree Expand file tree Collapse file tree 1 file changed +7
-12
lines changed Expand file tree Collapse file tree 1 file changed +7
-12
lines changed Original file line number Diff line number Diff line change 66 - develop
77 tags :
88 - ' v*'
9- paths :
10- - ' website/**'
11- - ' docs/**'
12- - ' .github/workflows/docs.yaml'
139 pull_request :
14- paths :
15- - ' website/**'
16- - ' docs/**'
17- - ' .github/workflows/docs.yaml'
1810 workflow_dispatch :
1911
2012env :
@@ -99,15 +91,18 @@ jobs:
9991 sudo apt update
10092 sudo apt install -y protobuf-compiler
10193
94+ - name : Setup Rust
95+ uses : dtolnay/rust-toolchain@stable
96+ with :
97+ components : rustfmt
98+ toolchain : nightly
99+
102100 - name : Install documentation dependencies
103101 run : make docs-install
104102
105103 - name : Build documentation
106104 run : |
107- cd website
108- # Set base URL for GitHub Pages
109- echo "Building documentation for GitHub Pages..."
110- npm run build
105+ make docs-build
111106 env :
112107 NODE_ENV : production
113108
You can’t perform that action at this time.
0 commit comments