From 57f2f5b2d6dbb9c8f190542e34da2ba0979acd73 Mon Sep 17 00:00:00 2001 From: Alan O'Callaghan Date: Tue, 27 Feb 2024 13:33:46 +0000 Subject: [PATCH] grep -v _site --- .github/workflows/website.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/website.yml b/.github/workflows/website.yml index e7ae7107..64713f4d 100644 --- a/.github/workflows/website.yml +++ b/.github/workflows/website.yml @@ -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