File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ permissions:
7373jobs :
7474 build-tarball :
7575 if : github.event.pull_request.draft == false
76- runs-on : ubuntu-latest
76+ runs-on : ubuntu-slim
7777 steps :
7878 - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
7979 with :
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ permissions:
2222jobs :
2323 build-docs :
2424 if : github.event.pull_request.draft == false
25- runs-on : ubuntu-latest
25+ runs-on : ubuntu-slim
2626 steps :
2727 - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2828 with :
Original file line number Diff line number Diff line change @@ -894,6 +894,7 @@ $(apidocs_html) $(apidocs_json) out/doc/api/all.html out/doc/api/all.json &: $(a
894894 --ignore $(skip_apidoc_files ) \
895895 -o out/doc/api \
896896 -c ./CHANGELOG.md \
897+ -p $(JOBS ) \
897898 -v $(VERSION ) \
898899 --type-map doc/type-map.json \
899900 ) \
You can’t perform that action at this time.
0 commit comments