Skip to content

Commit

Permalink
tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
sosiristseng committed Mar 19, 2024
1 parent b951f3a commit 23671ae
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/linkcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,11 @@ jobs:
uses: julia-actions/setup-julia@v1
- name: Convert literate notebooks to ipynb files
shell: julia --color=yes {0}
working-directory: docs
run: |
import Pkg
Pkg.add("Literate")
using Literate
for (root, dirs, files) in walkdir(pwd())
for (root, dirs, files) in walkdir("docs")
for file in files
if endswith(file, ".jl")
nb = joinpath(root, file)
Expand Down

0 comments on commit 23671ae

Please sign in to comment.