We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d1d5ff commit 0ab7ab3Copy full SHA for 0ab7ab3
.github/workflows/build_docs.yml
@@ -2,7 +2,7 @@ name: BiRD-build-documentation
2
3
on:
4
pull_request:
5
- branches: [main]
+ branches: [ main ]
6
paths:
7
- 'docs/**'
8
- '.github/workflows/build_docs.yml'
.github/workflows/deploy_docs.yml
@@ -2,7 +2,7 @@ name: BiRD-deploy-documentation
push:
- branches: [ main, docfix ]
- '.github/workflows/deploy_docs.yml'
@@ -33,7 +33,7 @@ jobs:
33
cd docs
34
make html
35
36
- - name: deploy
+ - name: Deploy
37
uses: peaceiris/actions-gh-pages@v4
38
with:
39
github_token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments