Skip to content

Commit 93fab40

Browse files
elmarcobilelmoussaoui
authored andcommitted
github: add new crates doc links
Signed-off-by: Marc-André Lureau <[email protected]>
1 parent a0d3ee0 commit 93fab40

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/docs.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,11 @@ jobs:
3636
- run: echo "DEST=$(if [ "$GITHUB_EVENT_NAME" == "release" ]; then echo 'stable/${{ env.RELEASE }}'; else echo 'git'; fi)" >> ${GITHUB_ENV}
3737
- run: echo "RUSTDOCFLAGS=$(eval python3 ./gir-rustdoc/gir-rustdoc.py --pages-url 'https://gtk-rs.org/gtk4-rs/' --default-branch 'master' pre-docs | xargs)" >> ${GITHUB_ENV}
3838
env:
39-
RUSTDOCFLAGS: --extern-html-root-url=wayland_client=https://smithay.github.io/wayland-rs/ --extern-html-root-url=x11=https://docs.rs/x11/latest/
39+
RUSTDOCFLAGS: >
40+
--extern-html-root-url=wayland_client=https://smithay.github.io/wayland-rs/
41+
--extern-html-root-url=x11=https://docs.rs/x11/latest/
42+
--extern-html-root-url=khronos-egl=https://docs.rs/khronos-egl/latest/
43+
--extern-html-root-url=xkb=https://docs.rs/xkb/latest/
4044
- uses: actions-rs/cargo@v1
4145
with:
4246
command: doc

0 commit comments

Comments
 (0)