We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25789e0 commit f880aebCopy full SHA for f880aeb
.github/workflows/docs.yml
@@ -1,8 +1,9 @@
1
name: docs
2
on:
3
push:
4
- branches:
5
- - main
+ tags:
+ - "*"
6
+ workflow_dispatch:
7
8
jobs:
9
Test:
@@ -36,12 +37,11 @@ jobs:
36
37
git checkout main
38
task docs
39
- # TODO Automatic deploys fail
40
- # - name: Deploy Documentation
41
- # uses: Cecilapp/GitHub-Pages-deploy@v3
42
- # with:
43
- # build_dir: docs/build/html/
44
- # branch: gh-pages
45
- # email: aminyahyaabadi74@gmail.com
46
- # env:
47
- # GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ - name: Deploy Documentation
+ uses: Cecilapp/GitHub-Pages-deploy@v3
+ with:
+ build_dir: docs/build/html/
+ branch: gh-pages
+ email: ${{ github.actor }}@users.noreply.github.com
+ env:
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments