Skip to content

Commit 8a15b01

Browse files
committed
Updated deploy action
1 parent 83c69c5 commit 8a15b01

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,8 +116,7 @@ jobs:
116116
117117
- name: Deploy to GitHub pages 🚀
118118
if: github.event_name != 'pull_request'
119-
uses: JamesIves/github-pages-deploy-action@v4.5.0
119+
uses: JamesIves/github-pages-deploy-action@v4
120120
with:
121-
clean: false
122121
branch: gh-pages
123122
folder: site

0 commit comments

Comments
 (0)