Skip to content

Commit a932603

Browse files
committed
Fix build script
1 parent 805909d commit a932603

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/wiiiikiiii.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,7 @@ jobs:
2828
- uses: actions/checkout@v4
2929
- name: Install wiki engine
3030
run:
31-
wget https://github.com/poggingfish/poggingfish.github.io/releases/download/wiki/wiiiikiiii
32-
chmod +x wiiiikiiii
31+
wget https://github.com/poggingfish/poggingfish.github.io/releases/download/wiki/wiiiikiiii && chmod +x wiiiikiiii
3332
- name: Run wiiiikiiii
3433
run:
3534
./wiiiikiiii

0 commit comments

Comments
 (0)