diff --git a/.github/workflows/hugo.yml b/.github/workflows/hugo.yml index 9ad2017..3218516 100644 --- a/.github/workflows/hugo.yml +++ b/.github/workflows/hugo.yml @@ -164,7 +164,7 @@ jobs: git commit -m "deploy" - name: Force push to destination branch - uses: ad-m/github-push-action@latest + uses: ad-m/github-push-action@master with: github_token: ${{ secrets.GITHUB_TOKEN }} branch: gh-pages