Skip to content

Commit 358dc94

Browse files
committed
フラグの順番って大事なの
1 parent 230cbf5 commit 358dc94

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/push-then-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- name: Save
4141
run: |
4242
cd ${{github.workspace}}
43-
cp -rt -f ./source/build ./website
43+
cp -f -rt ./source/build ./website
4444
ls -r -d -l ./website
4545
git fetch
4646
git config --local user.email "github.action@JavaJava19.github.io"

0 commit comments

Comments
 (0)