Skip to content

Commit

Permalink
ci: Build & deploy gdk4-macos docs
Browse files Browse the repository at this point in the history
  • Loading branch information
bilelmoussaoui committed Nov 13, 2024
1 parent 906ffd2 commit 35aafd7
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
- ".github/workflows/CI.yml"
- "examples/**"
- "gdk4/**"
- "gdk4-macos/**"
- "gdk4-wayland/**"
- "gdk4-win32/**"
- "gdk4-x11/**"
Expand All @@ -17,6 +18,7 @@ on:
- ".github/workflows/CI.yml"
- "examples/**"
- "gdk4/**"
- "gdk4-macos/**"
- "gdk4-wayland/**"
- "gdk4-win32/**"
- "gdk4-x11/**"
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
paths:
- ".github/workflows/docs.yml"
- "gdk4/**"
- "gdk4-macos/**"
- "gdk4-wayland/**"
- "gdk4-win32/**"
- "gdk4-x11/**"
Expand All @@ -17,6 +18,7 @@ on:
paths:
- ".github/workflows/docs.yml"
- "gdk4/**"
- "gdk4-macos/**"
- "gdk4-wayland/**"
- "gdk4-win32/**"
- "gdk4-x11/**"
Expand Down Expand Up @@ -83,6 +85,7 @@ jobs:
-p gdk4-x11 -p gdk4-x11-sys
-p gsk4 -p gsk4-sys
-p gtk4 -p gtk4-sys
-p gdk4-macos -p gdk4-macos-sys
-p gtk4-macros
--all-features
--no-deps
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,15 @@ on:
paths:
- ".github/workflows/macos.yml"
- "gdk4/**"
- "gdk4-macos/**"
- "gsk4/**"
- "gtk4/**"
- "gtk4-macros/**"
pull_request:
paths:
- ".github/workflows/macos.yml"
- "gdk4/**"
- "gdk4-macos/**"
- "gsk4/**"
- "gtk4/**"
- "gtk4-macros/**"
Expand Down

0 comments on commit 35aafd7

Please sign in to comment.