Skip to content

Commit

Permalink
fix branch again
Browse files Browse the repository at this point in the history
  • Loading branch information
pilcrowonpaper committed Nov 30, 2023
1 parent 164a757 commit b98a7f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/v3-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b98a7f7

Please sign in to comment.