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

Commit

Permalink
Copy only contents of folder not the folder itself
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasdiez committed Feb 7, 2022
1 parent 5f7086f commit 870745e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/doc-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
# 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 -L /sage/local/share/doc/sage/html/en ./docs
cp -r -L /sage/local/share/doc/sage/html/en/* ./docs
- name: Deploy to Netlify
id: deploy-neflify
Expand Down

0 comments on commit 870745e

Please sign in to comment.