Skip to content

Commit 0ab7ab3

Browse files
committed
prepare for PR
1 parent 9d1d5ff commit 0ab7ab3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build_docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: BiRD-build-documentation
22

33
on:
44
pull_request:
5-
branches: [main]
5+
branches: [ main ]
66
paths:
77
- 'docs/**'
88
- '.github/workflows/build_docs.yml'

.github/workflows/deploy_docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: BiRD-deploy-documentation
22

33
on:
44
push:
5-
branches: [ main, docfix ]
5+
branches: [ main ]
66
paths:
77
- 'docs/**'
88
- '.github/workflows/deploy_docs.yml'
@@ -33,7 +33,7 @@ jobs:
3333
cd docs
3434
make html
3535
36-
- name: deploy
36+
- name: Deploy
3737
uses: peaceiris/actions-gh-pages@v4
3838
with:
3939
github_token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)