Skip to content

Commit 9731bcd

Browse files
authored
ci: fix doc deploy (#153)
1 parent 188abc3 commit 9731bcd

File tree

2 files changed

+16
-63
lines changed

2 files changed

+16
-63
lines changed

.github/workflows/CI.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,3 +45,19 @@ jobs:
4545
- uses: codecov/codecov-action@v3
4646
with:
4747
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

Lines changed: 0 additions & 63 deletions
This file was deleted.

0 commit comments

Comments
 (0)