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 5be2985 commit 792ebc9Copy full SHA for 792ebc9
.github/workflows/jekyll-gh-pages.yml
@@ -4,6 +4,9 @@ on:
4
push:
5
branches: ["develop"]
6
workflow_dispatch:
7
+ workflow_run:
8
+ workflows: ['Rust build']
9
+ types: [completed]
10
11
permissions:
12
contents: read
.github/workflows/rust.yml
@@ -41,3 +41,8 @@ jobs:
41
42
- name: Build
43
run: ETHERCAT_PATH=$(pwd)/ethercat-hg RUST_BACKTRACE=full cargo build --release
44
+
45
+ - name: Build Docs
46
+ run: ETHERCAT_PATH=$(pwd)/ethercat-hg RUSTDOCFLAGS="--enable-index-page -Zunstable-options" cargo +nightly doc --no-deps --target-dir docs/api --workspace --lib
47
48
0 commit comments