actually push to gh-pages
This commit is contained in:
parent
95e703e42e
commit
b2636620ac
1 changed files with 1 additions and 0 deletions
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue