Commit f5f6e7f 1 parent 299c868 commit f5f6e7f Copy full SHA for f5f6e7f
File tree 6 files changed +6
-6
lines changed
6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 26
26
run : ./gradlew dokkaGenerate
27
27
28
28
- name : Deploy 🚀
29
- uses : JamesIves/github-pages-deploy-action@v4.7.2
29
+ uses : JamesIves/github-pages-deploy-action@v4.7.3
30
30
with :
31
31
branch : gh-pages
32
32
folder : platform/android/MapLibreAndroid/build/dokka/html
Original file line number Diff line number Diff line change 23
23
run : make mkdocs-build
24
24
25
25
- name : Deploy 🚀
26
- uses : JamesIves/github-pages-deploy-action@v4.7.2
26
+ uses : JamesIves/github-pages-deploy-action@v4.7.3
27
27
with :
28
28
branch : gh-pages
29
29
folder : platform/android/site
Original file line number Diff line number Diff line change 20
20
run : doxygen
21
21
22
22
- name : Deploy 🚀
23
- uses : JamesIves/github-pages-deploy-action@v4.7.2
23
+ uses : JamesIves/github-pages-deploy-action@v4.7.3
24
24
with :
25
25
branch : gh-pages
26
26
folder : docs/doxygen/html
Original file line number Diff line number Diff line change 67
67
rm docs.zip
68
68
69
69
- name : Deploy DocC documentation (main) 🚀
70
- uses : JamesIves/github-pages-deploy-action@v4.7.2
70
+ uses : JamesIves/github-pages-deploy-action@v4.7.3
71
71
with :
72
72
branch : gh-pages
73
73
folder : build/docs
Original file line number Diff line number Diff line change 43
43
name : book
44
44
path : artifacts/book
45
45
- name : Deploy
46
- uses : JamesIves/github-pages-deploy-action@v4.7.2
46
+ uses : JamesIves/github-pages-deploy-action@v4.7.3
47
47
with :
48
48
branch : gh-pages
49
49
folder : artifacts/book
Original file line number Diff line number Diff line change @@ -182,7 +182,7 @@ jobs:
182
182
arch : ${{ matrix.compiler_type }}
183
183
184
184
- name : Setup ninja
185
- uses : seanmiddleditch/gha-setup-ninja@v5
185
+ uses : seanmiddleditch/gha-setup-ninja@v6
186
186
187
187
- name : Download Qt
188
188
uses : jurplel/install-qt-action@v4
You can’t perform that action at this time.
0 commit comments