Skip to content

Commit da2d069

Browse files
committed
Set up git
1 parent b97b99b commit da2d069

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/pr-preview.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,15 @@ jobs:
2626
with:
2727
node-version: latest
2828

29+
- name: Set up Git
30+
run: |
31+
git config --global user.name "Github Actions"
32+
git config --global user.email "actions@github.com"
33+
2934
- name: Install and Build
3035
run: |
3136
npm install
32-
npm run ghpages:publish
37+
npm run ghpages:build
3338
3439
# Reference: https://github.com/rossjrw/pr-preview-action
3540
- name: Deploy preview

0 commit comments

Comments
 (0)