Skip to content

Update google-github-actions/setup-gcloud action to v2 (#232) #104

Update google-github-actions/setup-gcloud action to v2 (#232)

Update google-github-actions/setup-gcloud action to v2 (#232) #104

Workflow file for this run

name: Build docs
on:
push:
branches:
- master
jobs:
build-and-deploy-docs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Remove previous docs
run: rm -rf docs
- name: Build docs
run: ./build-docs.sh
- name: Deploy
uses: JamesIves/[email protected]
with:
branch: docs # The branch the action should deploy to.
folder: docs # The folder the action should deploy.