-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
hoping this will deploy on nekoweb as well as pages now which will save me like 2 minutes in the long run but idc
- Loading branch information
Showing
3 changed files
with
21 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
on: [push] | ||
|
||
jobs: | ||
test: | ||
runs-on: ubuntu-latest | ||
name: deploy2nekoweb | ||
steps: | ||
- name: Checkout | ||
uses: actions/checkout@v4 | ||
# your build step here | ||
- name: deploy2nekoweb | ||
uses: deploy2nekoweb/deploy2nekoweb@v4 | ||
with: | ||
nekoweb-api-key: ${{ secrets.NEKOWEB_API_KEY }} | ||
nekoweb-cookie: ${{ secrets.NEKOWEB_COOKIE }} | ||
nekoweb-folder: '/moosyu' | ||
directory: './_site' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters