Skip to content

Commit 2f203a6

Browse files
authored
Refactor workflow for making the README (#21)
1 parent 928fdc4 commit 2f203a6

File tree

6 files changed

+3
-3
lines changed

6 files changed

+3
-3
lines changed

.github/workflows/LiterateCheck.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
Pkg.develop(PackageSpec(path=pwd()))
2222
Pkg.instantiate()
2323
Pkg.add(PackageSpec(name="Literate"))'
24-
julia -e 'include("make_readme.jl")'
24+
julia -e 'include("docs/make_readme.jl")'
2525
- name: Check if docs need to be updated
2626
run: |
2727
julia -e '
File renamed without changes.
File renamed without changes.
File renamed without changes.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
[deps]
2-
{PKGNAME} = "3d388ab1-018a-49f4-ae50-18094d5f71ea"
2+
{PKGNAME} = "{UUID}"

templates/github/.github/workflows/LiterateCheck.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
Pkg.develop(PackageSpec(path=pwd()))
2222
Pkg.instantiate()
2323
Pkg.add(PackageSpec(name="Literate"))'
24-
julia -e 'include("make_readme.jl")'
24+
julia -e 'include("docs/make_readme.jl")'
2525
- name: Check if docs need to be updated
2626
run: |
2727
julia -e '

0 commit comments

Comments
 (0)