Skip to content

Commit

Permalink
Maybe without /?
Browse files Browse the repository at this point in the history
  • Loading branch information
kellertuer committed Nov 7, 2023
1 parent 1abd0ec commit abec708
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ jobs:
${{ runner.os }}-test-
${{ runner.os }}-
- name: Install dependencies
run: julia --project=docs/ -e 'using Pkg; Pkg.instantiate()'
run: julia --project=docs -e 'using Pkg; Pkg.instantiate()'
- name: Aggregate and deploy
run: |
git config user.name github-actions
git config user.email [email protected]
julia --project=docs/ docs/make.jl --deploy
julia --project=docs docs/make.jl --deploy
2 changes: 1 addition & 1 deletion docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Building aggregate site into: $(outpath)

using MultiDocumenter, LiveServer, Documenter

# Build local docs
# Build local docs - but do bot deploy
makedocs(;
format=Documenter.HTML(;
prettyurls=false, assets=["assets/favicon.ico"]
Expand Down

0 comments on commit abec708

Please sign in to comment.