Skip to content

Commit f1d7a2c

Browse files
committed
fix build action
1 parent f055a72 commit f1d7a2c

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,10 @@ jobs:
105105
# ---------------------------------------------------------------
106106
# Deploy to retype branch for GitHub Pages
107107
# ---------------------------------------------------------------
108+
- name: Configure git remote with token
109+
run: |
110+
git remote set-url origin https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository }}.git
111+
108112
- name: Deploy to GitHub Pages
109113
uses: retypeapp/action-github-pages@latest
110114
with:

0 commit comments

Comments
 (0)