Skip to content

Commit 2bdca70

Browse files
authored
😅 wait I forgot a sudo in the gh action
1 parent bd13f37 commit 2bdca70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
uses: actions/checkout@v4
1010

1111
- name: Move files to subfolder
12-
run: sudo mkdir nekoweb && mv * nekoweb
12+
run: mkdir nekoweb && mv * nekoweb
1313

1414
- name: deploy2nekoweb
1515
uses: indiefellas/deploy2nekoweb@v4

0 commit comments

Comments
 (0)