diff --git a/.github/workflows/v3-docs.yaml b/.github/workflows/v3-docs.yaml index f0e09a20e..565da6631 100644 --- a/.github/workflows/v3-docs.yaml +++ b/.github/workflows/v3-docs.yaml @@ -2,13 +2,13 @@ name: "Deploy v3 docs" on: push: branches: - - docs-v3 + - v3-docs env: CLOUDFLARE_API_TOKEN: ${{secrets.CLOUDFLARE_API_TOKEN}} jobs: - docs-v3: + v3-docs: runs-on: ubuntu-latest steps: - name: setup actions