Skip to content

Commit

Permalink
Update CI/make script
Browse files Browse the repository at this point in the history
  • Loading branch information
tecosaur committed Oct 22, 2024
1 parent fe5a02d commit fca0d94
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: CI
name: Build site
permissions:
contents: write
on:
Expand All @@ -9,11 +9,11 @@ on:
pull_request:
jobs:
docs:
name: Documentation
name: Documenter
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: julia-actions/setup-julia@v1
- uses: julia-actions/setup-julia@v2
with:
version: '1'
- run: julia --project=. -e 'using Pkg; Pkg.instantiate();'
Expand Down
2 changes: 1 addition & 1 deletion make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ makedocs(;
)

deploydocs(;
repo="github.com/tecosaur/julia-dev-guide.jl",
repo="JuliaLang/devguide.julialang.org",
devbranch = "main",
versions = nothing
)

0 comments on commit fca0d94

Please sign in to comment.