Skip to content

Commit

Permalink
Comment out doc build/upload for now
Browse files Browse the repository at this point in the history
  • Loading branch information
jyaganeh committed Nov 10, 2023
1 parent a9a8844 commit 4cb97ce
Showing 1 changed file with 17 additions and 16 deletions.
33 changes: 17 additions & 16 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,14 +44,14 @@ jobs:
with:
python-version: '3.9'

- name: Setup GCP Auth
uses: google-github-actions/auth@v1
with:
credentials_json: ${{ secrets.GCP_SA_KEY }}
# - name: Setup GCP Auth
# uses: google-github-actions/auth@v1
# with:
# credentials_json: ${{ secrets.GCP_SA_KEY }}

# Install gcloud, `setup-gcloud` automatically picks up authentication from `auth`.
- name: Set up Google Cloud SDK
uses: google-github-actions/setup-gcloud@v1
# # Install gcloud, `setup-gcloud` automatically picks up authentication from `auth`.
# - name: Set up Google Cloud SDK
# uses: google-github-actions/setup-gcloud@v1

- name: Set up JDK 11
uses: actions/setup-java@v3
Expand All @@ -68,13 +68,14 @@ jobs:
run: |
dotnet workload install android ios maui-android maui-ios maui-maccatalyst
- name: Install doc dependencies
run: |
brew install doxygen
brew install graphviz
# - name: Install doc dependencies
# run: |
# brew install doxygen
# brew install graphviz

- name: Build
run: ./gradlew build pack packageDocs
run: ./gradlew build pack
#run: ./gradlew build pack packageDocs

- name: Publish Nugets
env:
Expand All @@ -92,8 +93,8 @@ jobs:
draft: false
prerelease: false

- name: Upload Docs
run: |
VERSION=${{ steps.get_version.outputs.VERSION }}
gsutil cp docs/build/$VERSION.tar.gz gs://ua-web-ci-prod-docs-transfer/libraries/maui/$VERSION.tar.gz
# - name: Upload Docs
# run: |
# VERSION=${{ steps.get_version.outputs.VERSION }}
# gsutil cp docs/build/$VERSION.tar.gz gs://ua-web-ci-prod-docs-transfer/libraries/maui/$VERSION.tar.gz

0 comments on commit 4cb97ce

Please sign in to comment.