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 8be66a6 commit e704776Copy full SHA for e704776
.github/workflows/CI.yml
@@ -39,6 +39,7 @@ jobs:
39
with:
40
version: ${{ matrix.version }}
41
arch: ${{ matrix.arch }}
42
+ - uses: julia-actions/cache@v1
43
- uses: actions/cache@v4
44
env:
45
cache-name: cache-artifacts
@@ -69,6 +70,7 @@ jobs:
69
70
- uses: julia-actions/setup-julia@v2
71
72
version: '1'
73
74
- run: |
75
git config --global user.name name
76
git config --global user.email email
docs/make.jl
@@ -17,3 +17,6 @@ makedocs(;
17
"Home" => "index.md",
18
],
19
)
20
+deploydocs(
21
+ repo = "github.com/JuliaComputing/ModelTesting.jl.git",
22
+)
0 commit comments