Skip to content

Commit

Permalink
Deploy docs
Browse files Browse the repository at this point in the history
  • Loading branch information
BenChung committed Jun 12, 2024
1 parent 8be66a6 commit e704776
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ jobs:
with:
version: ${{ matrix.version }}
arch: ${{ matrix.arch }}
- uses: julia-actions/cache@v1
- uses: actions/cache@v4
env:
cache-name: cache-artifacts
Expand Down Expand Up @@ -69,6 +70,7 @@ jobs:
- uses: julia-actions/setup-julia@v2
with:
version: '1'
- uses: julia-actions/cache@v1
- run: |
git config --global user.name name
git config --global user.email email
Expand Down
3 changes: 3 additions & 0 deletions docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,6 @@ makedocs(;
"Home" => "index.md",
],
)
deploydocs(
repo = "github.com/JuliaComputing/ModelTesting.jl.git",
)

0 comments on commit e704776

Please sign in to comment.