Skip to content

Commit

Permalink
test deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
devversion committed Jan 22, 2025
1 parent d95c58c commit 6f23d41
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,31 @@ defaults:
shell: bash

jobs:
deploy_doc_site:
runs-on: ubuntu-latest-4core
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@359350bbc10aab1bac85d0eec61a53377078ab82
with:
cache-node-modules: true
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@359350bbc10aab1bac85d0eec61a53377078ab82
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@359350bbc10aab1bac85d0eec61a53377078ab82
- name: Install node modules
run: yarn install --frozen-lockfile
- name: Build and Verify Release Output
run: yarn build-and-check-release-output
- name: Verify tooling setup
run: yarn check-tooling-setup
- name: Deploy the docs app
run: yarn ci-push-deploy-docs-app
env:
CIRCLE_BRANCH: main
CIRCLE_SHA1: ${{ github.sha }}
DOCS_SITE_GCP_SERVICE_KEY: '<unset>'
DOCS_DEPLOY_GITHUB_TOKEN: ''

lint:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 6f23d41

Please sign in to comment.