Skip to content

Commit

Permalink
Fix literate check
Browse files Browse the repository at this point in the history
  • Loading branch information
mtfishman committed Nov 26, 2024
1 parent 924328c commit 63e915f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/LiterateCheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
Pkg.develop(PackageSpec(path=pwd()))
Pkg.instantiate()
Pkg.add(PackageSpec(name="Literate"))'
julia -e 'include("make_readme.jl")'
julia -e 'include("docs/make_readme.jl")'
- name: Check if docs need to be updated
run: |
julia -e '
Expand Down
2 changes: 1 addition & 1 deletion templates/github/.github/workflows/LiterateCheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
Pkg.develop(PackageSpec(path=pwd()))
Pkg.instantiate()
Pkg.add(PackageSpec(name="Literate"))'
julia -e 'include("make_readme.jl")'
julia -e 'include("docs/make_readme.jl")'
- name: Check if docs need to be updated
run: |
julia -e '
Expand Down

0 comments on commit 63e915f

Please sign in to comment.