File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66 version :
77 required : true
88 type : string
9- secrets :
10- GCP_SA_KEY :
11- required : true
129 workflow_dispatch :
1310 inputs :
1411 version :
@@ -28,27 +25,13 @@ jobs:
2825 with :
2926 node-version : 24
3027
31- - name : Setup GCP Auth
32- uses : google-github-actions/auth@v2
33- with :
34- credentials_json : ${{ secrets.GCP_SA_KEY }}
35-
36- - name : Set up Cloud SDK
37- uses : google-github-actions/setup-gcloud@v2
38-
3928 - name : Build docs
4029 run : |
4130 cd cordova-airship/
4231 npm ci
4332 npm run generate-docs
4433 cd -
4534
46- - name : Upload docs
47- env :
48- VERSION : ${{ inputs.version }}
49- run : |
50- bash ./scripts/upload_docs.sh "$VERSION" ./cordova-airship/docs
51-
5235 - name : Upload Pages artifact
5336 uses : actions/upload-pages-artifact@v3
5437 with :
5740 deploy-docs :
5841 needs : release-docs
5942 runs-on : ubuntu-latest
60- continue-on-error : true # Remove when migration to GH Pages is complete
6143 permissions :
6244 pages : write
6345 id-token : write
You can’t perform that action at this time.
0 commit comments