Skip to content

Commit

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

0 comments on commit 07a01fb

Please sign in to comment.