Skip to content

Commit

Permalink
Refactor workflow for making the README (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
mtfishman authored Nov 26, 2024
1 parent 928fdc4 commit 2f203a6
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 3 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
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion templates/examples/examples/Project.toml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
[deps]
{PKGNAME} = "3d388ab1-018a-49f4-ae50-18094d5f71ea"
{PKGNAME} = "{UUID}"
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 2f203a6

Please sign in to comment.