Skip to content

feat: update origin to Angular v20.0.6 #4

feat: update origin to Angular v20.0.6

feat: update origin to Angular v20.0.6 #4

name: Build adev and deploy to staging
on:
push:
branches:
- update-origin-to-angular-20.0.6
env:
BAZEL_REPO_CACHE_PATH: '~/.cache/bazel_repo_cache'
jobs:
adev-build:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/[email protected]
with:
submodules: true
- name: Setup Node JS
uses: actions/[email protected]
- name: Setup Bazel
uses: bazel-contrib/[email protected]
with:
bazelisk-cache: true
disk-cache: true
repository-cache: true
bazelrc: |
# Print all the options that apply to the build.
# This helps us diagnose which options override others
# (e.g. /etc/bazel.bazelrc vs. tools/bazel.rc)
build --announce_rc
# More details on failures
build --verbose_failures=true
# CI supports colors but Bazel does not detect it.
common --color=yes
- name: Install Dependencies
run: npm ci
- name: Build Docs
run: npm run build
- name: Deploy to Firebase Hosting
uses: FirebaseExtended/action-hosting-deploy@v0
with:
repoToken: "${{ secrets.ANGULAR_DOCS_ES_TOKEN }}"
firebaseServiceAccount: "${{ secrets.FIREBASE_SERVICE_ACCOUNT }}"
projectId: angular-hispano-staging
channelId: live
target: staging