We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca0f39a commit 5fd63c7Copy full SHA for 5fd63c7
.github/workflows/deploy.yml
@@ -24,9 +24,13 @@ jobs:
24
- name: Install dependencies
25
run: npm install
26
27
+ - name: Setup git
28
+ run: |
29
+ git config --global user.name "github-actions"
30
+ git config --global user.email "[email protected]"
31
+
32
- name: Build
33
run: npm run build-prod
-
34
- name: Deploy to Github Pages
35
run: |
36
# Overwrite gh-pages branch with current main branch.
0 commit comments