Skip to content

Commit

Permalink
cp -r
Browse files Browse the repository at this point in the history
  • Loading branch information
ahomoudi committed Aug 17, 2023
1 parent 3c01741 commit ba8d9ca
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/move-published.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ jobs:
ls -R && pwd
mkdir -p gh-pages/quartobook
shopt -s extglob
cp !(gh-pages/quartobook) gh-pages/quartobook/
cp -r !(gh-pages/quartobook) gh-pages/quartobook/
ls -R gh-pages/quartobook/
- name: Commit and push changes
Expand Down

0 comments on commit ba8d9ca

Please sign in to comment.