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 6
6
- develop
7
7
tags :
8
8
- ' v*'
9
- paths :
10
- - ' website/**'
11
- - ' docs/**'
12
- - ' .github/workflows/docs.yaml'
13
9
pull_request :
14
- paths :
15
- - ' website/**'
16
- - ' docs/**'
17
- - ' .github/workflows/docs.yaml'
18
10
workflow_dispatch :
19
11
20
12
env :
@@ -99,15 +91,18 @@ jobs:
99
91
sudo apt update
100
92
sudo apt install -y protobuf-compiler
101
93
94
+ - name : Setup Rust
95
+ uses : dtolnay/rust-toolchain@stable
96
+ with :
97
+ components : rustfmt
98
+ toolchain : nightly
99
+
102
100
- name : Install documentation dependencies
103
101
run : make docs-install
104
102
105
103
- name : Build documentation
106
104
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
111
106
env :
112
107
NODE_ENV : production
113
108
You can’t perform that action at this time.
0 commit comments