We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 137d2bb + 70e3ba7 commit 9604452Copy full SHA for 9604452
.github/workflows/ci.yml
@@ -31,6 +31,10 @@ jobs:
31
${{ runner.os }}-
32
- name: Add registries
33
run: julia legend_julia_setup.jl
34
+ - name: Copy the data
35
+ run: cp -r data docs/src/data
36
+ - name: Copy the Project.toml and Manifest.toml
37
+ run: cp *.toml docs/src/.
38
- uses: julia-actions/julia-buildpkg@latest
39
- name: Make and deploy docs
40
env:
docs/src/Manifest.toml
docs/src/Project.toml
docs/src/data
0 commit comments