Skip to content

Commit cdd9e8f

Browse files
committed
We do need force...
1 parent e6f0914 commit cdd9e8f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/update-motors.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ on:
77
workflow_dispatch:
88

99
permissions:
10-
actions: write
1110
contents: write
1211

1312
jobs:
@@ -59,5 +58,4 @@ jobs:
5958
with:
6059
github_token: ${{ secrets.GITHUB_TOKEN }}
6160
publish_dir: ./public
62-
force_orphan: false
63-
keep_files: true
61+
force_orphan: true

0 commit comments

Comments
 (0)