Skip to content
This repository has been archived by the owner on Aug 27, 2023. It is now read-only.

Commit

Permalink
fix: pull gh-pages branch before checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
scoiatael authored Aug 12, 2020
1 parent b1690c1 commit 00ad4de
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ jobs:
run: |
git config --local user.email "[email protected]"
git config --local user.name "GitHub Action"
git fetch
lein gh-pages-deploy
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 00ad4de

Please sign in to comment.