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 559f108 commit 17216a7Copy full SHA for 17216a7
.github/workflows/build_docs.yaml
@@ -24,7 +24,7 @@ jobs:
24
- uses: actions/checkout@v2
25
- name: Set up rgb crate rustdoc link
26
run: |
27
- rgb_version=`grep 'rgb = ' sixtyfps_runtime/corelib/Cargo.toml | sed 's/^.*"\(.*\)"/\1/'`
+ rgb_version=`grep 'rgb = ' internal/core/Cargo.toml | sed 's/^.*"\(.*\)"/\1/'`
28
echo "RUSTDOCFLAGS=$RUSTDOCFLAGS --extern-html-root-url rgb=https://docs.rs/rgb/$rgb_version/ -Z unstable-options" >> $GITHUB_ENV
29
- name: Setup Node.js
30
uses: actions/setup-node@v1
0 commit comments