From 08e26e6440e891a269466ac8976cb242181acfd4 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Fran=C3=A7ois=20Michonneau?= Date: Fri, 18 Dec 2020 17:42:55 +0100 Subject: [PATCH] also delete _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 7b090b1..d5507d9 100644 --- a/.github/workflows/website.yml +++ b/.github/workflows/website.yml @@ -95,7 +95,7 @@ jobs: - name: Push site if: ${{ github.event.push == 'true' && steps.check-rmd.outputs.count != 0 && github.ref == 'refs/heads/main' }} run: | - rm -rf .bundle + rm -rf .bundle/ _site/ git add --force . git commit -m "[GitHub Actions] render website" git push --force origin +gha-rendering:gh-pages -- 2.30.2