diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8b53ffa..b37953f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -31,6 +31,10 @@ jobs: ${{ runner.os }}- - name: Add registries run: julia legend_julia_setup.jl + - name: Copy the data + run: cp -r data docs/src/data + - name: Copy the Project.toml and Manifest.toml + run: cp *.toml docs/src/. - uses: julia-actions/julia-buildpkg@latest - name: Make and deploy docs env: diff --git a/docs/src/Manifest.toml b/docs/src/Manifest.toml deleted file mode 120000 index 24e7d18..0000000 --- a/docs/src/Manifest.toml +++ /dev/null @@ -1 +0,0 @@ -../../Manifest.toml \ No newline at end of file diff --git a/docs/src/Project.toml b/docs/src/Project.toml deleted file mode 120000 index 958e362..0000000 --- a/docs/src/Project.toml +++ /dev/null @@ -1 +0,0 @@ -../../Project.toml \ No newline at end of file diff --git a/docs/src/data b/docs/src/data deleted file mode 120000 index b8fb52e..0000000 --- a/docs/src/data +++ /dev/null @@ -1 +0,0 @@ -../../data/ \ No newline at end of file