Skip to content

Commit 9604452

Browse files
authored
Merge pull request #14 from legend-exp/dev
Remove symbolic links in docs build
2 parents 137d2bb + 70e3ba7 commit 9604452

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

.github/workflows/ci.yml

+4
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,10 @@ jobs:
3131
${{ runner.os }}-
3232
- name: Add registries
3333
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/.
3438
- uses: julia-actions/julia-buildpkg@latest
3539
- name: Make and deploy docs
3640
env:

docs/src/Manifest.toml

-1
This file was deleted.

docs/src/Project.toml

-1
This file was deleted.

docs/src/data

-1
This file was deleted.

0 commit comments

Comments
 (0)