Skip to content

Commit 503807f

Browse files
committed
Remove docs-site branch references from docs workflow
1 parent 32b1b6a commit 503807f

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/docs.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Documentation
22

33
on:
44
push:
5-
branches: [main, docs-site] # TODO: Remove docs-site before merging
5+
branches: [main]
66
pull_request:
77
workflow_dispatch:
88

@@ -50,8 +50,7 @@ jobs:
5050
path: ./site
5151

5252
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'
53+
if: github.ref == 'refs/heads/main' && github.event_name != 'pull_request'
5554
environment:
5655
name: github-pages
5756
url: ${{ steps.deployment.outputs.page_url }}

0 commit comments

Comments
 (0)