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 188abc3 commit 9731bcdCopy full SHA for 9731bcd
.github/workflows/CI.yml
@@ -45,3 +45,19 @@ jobs:
45
- uses: codecov/codecov-action@v3
46
with:
47
file: lcov.info
48
+
49
+ docs:
50
+ name: Documentation
51
+ runs-on: ubuntu-latest
52
+ permissions:
53
+ contents: write
54
+ steps:
55
+ - uses: actions/checkout@v3
56
+ - uses: julia-actions/setup-julia@v1
57
+ with:
58
+ version: '1'
59
+ show-versioninfo: true
60
+ - uses: julia-actions/julia-buildpkg@v1
61
+ - uses: julia-actions/julia-docdeploy@v1
62
+ env:
63
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
.github/workflows/docsCI.yml
0 commit comments