Skip to content

[GCS FT] Add e2e tests for configuring GCS FT with annotations (#2766) #1129

[GCS FT] Add e2e tests for configuring GCS FT with annotations (#2766)

[GCS FT] Add e2e tests for configuring GCS FT with annotations (#2766) #1129

Workflow file for this run

name: ci
on:
push:
branches:
- master
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout main
uses: actions/checkout@v2
- name: Deploy docs
uses: mhausenblas/mkdocs-deploy-gh-pages@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}