Skip to content

Commit

Permalink
Fix literate check
Browse files Browse the repository at this point in the history
  • Loading branch information
mtfishman authored Nov 26, 2024
1 parent 6d080a5 commit a52f878
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit a52f878

Please sign in to comment.