Skip to content

Commit ba367b6

Browse files
authored
Remove GCP doc publishing (#472)
1 parent 9418a2d commit ba367b6

1 file changed

Lines changed: 0 additions & 18 deletions

File tree

.github/workflows/publish-docs.yml

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@ on:
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:
@@ -57,7 +40,6 @@ jobs:
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

0 commit comments

Comments
 (0)