There was an error while loading. Please reload this page.
1 parent fc9cd0f commit e517fdeCopy full SHA for e517fde
2 files changed
.github/workflows/build-and-deploy.yml
@@ -38,6 +38,8 @@ jobs:
38
uses: JamesIves/github-pages-deploy-action@d92aa235d04922e8f08b40ce78cc5442fcfbfa2f # v4
39
with:
40
folder: dist
41
+ git-config-name: github-actions[bot]
42
+ git-config-email: 41898282+github-actions[bot]@users.noreply.github.com
43
# Keep PR preview folders when republishing main
44
clean-exclude: |
45
pr-previews
.github/workflows/pr-preview.yml
@@ -43,3 +43,5 @@ jobs:
source-dir: ./dist
preview-branch: gh-pages
umbrella-dir: pr-previews
46
47
0 commit comments