We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32b1b6a commit 503807fCopy full SHA for 503807f
.github/workflows/docs.yml
@@ -2,7 +2,7 @@ name: Documentation
2
3
on:
4
push:
5
- branches: [main, docs-site] # TODO: Remove docs-site before merging
+ branches: [main]
6
pull_request:
7
workflow_dispatch:
8
@@ -50,8 +50,7 @@ jobs:
50
path: ./site
51
52
deploy:
53
- # TODO: Remove docs-site condition before merging
54
- if: (github.ref == 'refs/heads/main' || github.ref == 'refs/heads/docs-site') && github.event_name != 'pull_request'
+ if: github.ref == 'refs/heads/main' && github.event_name != 'pull_request'
55
environment:
56
name: github-pages
57
url: ${{ steps.deployment.outputs.page_url }}
0 commit comments