Skip to content

Commit e704776

Browse files
committed
Deploy docs
1 parent 8be66a6 commit e704776

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ jobs:
3939
with:
4040
version: ${{ matrix.version }}
4141
arch: ${{ matrix.arch }}
42+
- uses: julia-actions/cache@v1
4243
- uses: actions/cache@v4
4344
env:
4445
cache-name: cache-artifacts
@@ -69,6 +70,7 @@ jobs:
6970
- uses: julia-actions/setup-julia@v2
7071
with:
7172
version: '1'
73+
- uses: julia-actions/cache@v1
7274
- run: |
7375
git config --global user.name name
7476
git config --global user.email email

docs/make.jl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,6 @@ makedocs(;
1717
"Home" => "index.md",
1818
],
1919
)
20+
deploydocs(
21+
repo = "github.com/JuliaComputing/ModelTesting.jl.git",
22+
)

0 commit comments

Comments
 (0)