Skip to content

Commit

Permalink
Merge pull request #14 from legend-exp/dev
Browse files Browse the repository at this point in the history
Remove symbolic links in docs build
  • Loading branch information
fhagemann authored Mar 4, 2024
2 parents 137d2bb + 70e3ba7 commit 9604452
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
1 change: 0 additions & 1 deletion docs/src/Manifest.toml

This file was deleted.

1 change: 0 additions & 1 deletion docs/src/Project.toml

This file was deleted.

1 change: 0 additions & 1 deletion docs/src/data

This file was deleted.

0 comments on commit 9604452

Please sign in to comment.