Skip to content

Commit

Permalink
recursive option for copy
Browse files Browse the repository at this point in the history
  • Loading branch information
ElektrikAkar committed Mar 8, 2024
1 parent 108484b commit b8b8a62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
run: sudo mv ./joss/paper.pdf ./_site/pub/joss.pdf

- name: Copy media folder
run: sudo cp ./media ./_site/
run: sudo cp -r ./media ./_site/

# Upload the website:
- name: Upload artifact
Expand Down

0 comments on commit b8b8a62

Please sign in to comment.