Skip to content

Commit 653f862

Browse files
authored
🏃 Add deploy step to github workflow
🏃🏃🏃🏃 let's hope this works
1 parent 7ba6f6a commit 653f862

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,13 @@ jobs:
88
- name: Checkout
99
uses: actions/checkout@v4
1010

11-
# no build step lol
11+
- name: Move files to subfolder
12+
run: sudo mv / /nekoweb
1213

1314
- name: deploy2nekoweb
1415
uses: indiefellas/deploy2nekoweb@v4
1516
with:
1617
nekoweb-api-key: ${{ secrets.NEKOWEB_API_KEY }}
1718
nekoweb-cookie: ${{ secrets.NEKOWEB_COOKIE }}
1819
nekoweb-folder: 'xan'
19-
directory: '/'
20+
directory: 'nekoweb'

0 commit comments

Comments
 (0)