Skip to content

Commit 9e2e07a

Browse files
committed
back to peace iris
1 parent 8aa276d commit 9e2e07a

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.github/workflows/deploy.yaml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,9 @@ jobs:
2626
- run: npm ci
2727
- run: npm run build
2828
- run: npm run build:docs
29-
- run: |
30-
git config user.name "GitHub Actions Bot"
31-
git config user.email "<>"
32-
- run: npx gh-pages -d build/docs/gatsby/public
29+
- name: Deploy to GitHub Pages
30+
uses: peaceiris/actions-gh-pages@v4
31+
with:
32+
github_token: ${{ secrets.GITHUB_TOKEN }}
33+
publish_dir: build/docs/gatsby/public
34+
commit_message: "Deploy to GitHub Pages"

0 commit comments

Comments
 (0)