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 8115356 commit cbe9490Copy full SHA for cbe9490
.github/workflows/update.yml
@@ -25,6 +25,15 @@ jobs:
25
uses: JamesIves/github-pages-deploy-action@v4
26
with:
27
folder: build
28
+ clean: false
29
+ git-config-name: github-actions[bot]
30
+ git-config-email: 41898282+github-actions[bot]@users.noreply.github.com
31
+ - name: Deploy to subdirectory if pull request 🚀
32
+ if: github.event_name == 'pull_request'
33
+ uses: JamesIves/github-pages-deploy-action@v4
34
+ with:
35
+ folder: build
36
+ target-folder: ${{ github.ref_name }}
37
clean: true
38
git-config-name: github-actions[bot]
39
git-config-email: 41898282+github-actions[bot]@users.noreply.github.com
0 commit comments