File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change 36
36
- run : echo "DEST=$(if [ "$GITHUB_EVENT_NAME" == "release" ]; then echo 'stable/${{ env.RELEASE }}'; else echo 'git'; fi)" >> ${GITHUB_ENV}
37
37
- 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}
38
38
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/
40
44
- uses : actions-rs/cargo@v1
41
45
with :
42
46
command : doc
You can’t perform that action at this time.
0 commit comments