From 70e3ba777e9cf2cc8e709250fbcf5130e8702973 Mon Sep 17 00:00:00 2001 From: Felix Hagemann Date: Tue, 5 Mar 2024 00:11:01 +0100 Subject: [PATCH] Remove symbolic links in docs build --- .github/workflows/ci.yml | 4 ++++ docs/src/Manifest.toml | 1 - docs/src/Project.toml | 1 - docs/src/data | 1 - 4 files changed, 4 insertions(+), 3 deletions(-) delete mode 120000 docs/src/Manifest.toml delete mode 120000 docs/src/Project.toml delete mode 120000 docs/src/data 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