From: François Michonneau Date: Fri, 18 Dec 2020 16:42:55 +0000 (+0100) Subject: also delete _site X-Git-Url: https://git.arvados.org/rnaseq-cwl-training.git/commitdiff_plain/08e26e6440e891a269466ac8976cb242181acfd4 also delete _site --- 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