File tree 1 file changed +11
-1
lines changed
1 file changed +11
-1
lines changed Original file line number Diff line number Diff line change 7
7
- " .github/workflows/docs.yml"
8
8
- " gdk4/**"
9
9
- " gdk4-wayland/**"
10
+ - " gdk4-win32/**"
10
11
- " gdk4-x11/**"
11
12
- " gsk4/**"
12
13
- " gtk4/**"
17
18
- " .github/workflows/docs.yml"
18
19
- " gdk4/**"
19
20
- " gdk4-wayland/**"
21
+ - " gdk4-win32/**"
20
22
- " gdk4-x11/**"
21
23
- " gsk4/**"
22
24
- " gtk4/**"
66
68
- uses : actions-rs/cargo@v1
67
69
with :
68
70
command : doc
69
- args : -p gdk4 -p gdk4-sys -p gdk4-wayland -p gdk4-wayland-sys -p gdk4-x11 -p gdk4-x11-sys -p gsk4 -p gsk4-sys -p gtk4 -p gtk4-sys -p gtk4-macros --features "dox" --no-deps
71
+ args : >
72
+ -p gdk4 -p gdk4-sys
73
+ -p gdk4-wayland -p gdk4-wayland-sys
74
+ -p gdk4-win32 -p gdk4-win32-sys
75
+ -p gdk4-x11 -p gdk4-x11-sys
76
+ -p gsk4 -p gsk4-sys
77
+ -p gtk4 -p gtk4-sys
78
+ -p gtk4-macros
79
+ --features "dox" --no-deps
70
80
71
81
- name : Fix broken URLs
72
82
run : |
You can’t perform that action at this time.
0 commit comments