From b2636620ac7d32b740a39d17155bc45fc19c9e2e Mon Sep 17 00:00:00 2001 From: Jeff Epler Date: Thu, 31 Dec 2020 13:14:44 -0600 Subject: [PATCH] actually push to gh-pages --- .github/workflows/build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 258ebeb..c01740a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -33,6 +33,7 @@ jobs: git config user.email "jepler@gmail.com" git config user.name "Jeff Epler (github actions)" git remote set-url --push origin https://jepler:${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository }} + git push -f origin gh-pages - uses: actions/upload-artifact@v2 with: