Skip to content

Commit faaee58

Browse files
committed
全角スペース許すまい
1 parent 11391a0 commit faaee58

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
@@ -38,7 +38,7 @@ jobs:
3838
- name: Save
3939
run: |
4040
cd ${{github.workspace}}
41-
rmdir --ignore-fail-on-non-empty ./website
41+
rmdir --ignore-fail-on-non-empty ./website
4242
mv -f ./source/build/* ./website
4343
ls ./website
4444
git fetch

0 commit comments

Comments
 (0)