Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
Replace symlinks
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasdiez committed Feb 7, 2022
1 parent a94d1e8 commit e0bac5f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/doc-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,9 @@ jobs:
run: |
# For some reason the deploy step below cannot find /sage/...
# So copy everything from there to local folder
# We also need to replace the symlinks because netlify is not following them
mkdir -p ./docs
cp -r /sage/local/share/doc/sage/html/en ./docs
cp -r -L /sage/local/share/doc/sage/html/en ./docs
- name: Deploy to Netlify
uses: netlify/actions/cli@master
Expand Down

0 comments on commit e0bac5f

Please sign in to comment.