Skip to content

Commit

Permalink
grep -v _site
Browse files Browse the repository at this point in the history
  • Loading branch information
alanocallaghan committed Feb 27, 2024
1 parent 688654d commit 57f2f5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
git restore --staged . # remove things from the stage
cd ..
# copy everything into gh-pages site
cp -r `ls -A | grep -v 'gh-pages' | grep -v '.git' | grep -v '.bundle/'` gh-pages
cp -r `ls -A | grep -v 'gh-pages' | grep -v '.git' | grep -v '.bundle/' | grep -v '_site'` gh-pages
# move into gh-pages, add, commit, and push
cd gh-pages
# setup git
Expand Down

0 comments on commit 57f2f5b

Please sign in to comment.