Skip to content
This repository has been archived by the owner on Aug 24, 2024. It is now read-only.

Commit

Permalink
corr Documentation workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelfliegner committed May 10, 2024
1 parent cce9db3 commit dace95b
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 467 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/Documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
git config --global user.email email
git config --global github.user username
- working-directory: ./docs
run: julia --project=. -e 'using Pkg; Pkg.add("Documenter"); Pkg.instantiate();include("docs/make.jl")'
run: julia --project=. -e 'using Pkg; Pkg.add("Documenter"); Pkg.instantiate(); include("docs/make.jl")'
env:
JULIA_PKG_SERVER: ""
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
Loading

0 comments on commit dace95b

Please sign in to comment.