We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 384dad2 commit 9db53e6Copy full SHA for 9db53e6
1 file changed
.github/workflows/Documenter.yml
@@ -0,0 +1,18 @@
1
+name: Documenter
2
+on:
3
+ push:
4
+ branches: [master]
5
+ tags: [v*]
6
+ pull_request:
7
+
8
+jobs:
9
+ Documenter:
10
+ name: Documentation
11
+ runs-on: ubuntu-latest
12
+ steps:
13
+ - uses: actions/checkout@v2
14
+ - uses: julia-actions/julia-buildpkg@latest
15
+ - uses: julia-actions/julia-docdeploy@latest
16
+ env:
17
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
18
+ DOCUMENTER_KEY: ${{ secrets.DOCUMENTER_KEY }}
0 commit comments