Skip to content

Commit

Permalink
trust the process
Browse files Browse the repository at this point in the history
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
Moosyu committed Sep 20, 2024
1 parent 554ff04 commit 6d56901
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 3 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/deploy.yml
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'
2 changes: 1 addition & 1 deletion src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
</p>
<p id="commitLatest">
<br>
fetching!! (or its broken idk, it doesnt work on neocities)
fetching!! (or its broken idk)
</p>
</div>
</div>
Expand Down
5 changes: 3 additions & 2 deletions src/pages/ramblings/2024.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,12 @@ side_nav_img: "/assets/cancer.jpg"
</style>

<p style="text-align: right;"> <a style="color: white;" href="javascript: document.body.scrollIntoView(false);">scroll to bottom</a></p>
<h1>2024</h1>

# 2024

## 20/09/24

i got rid of the js code for the neko-tag webring like i did for the rest of them and just replacing it with redirect urls. why did i not do that until now? idk i forgot. anyways that means the only bit of js that i dont control that is being exectuted on my site is from status.cafe which isnt too bad. still, id like to at some point (probably not soon) make my own selfhosted version of it. iirc piclog has its source public so i assume status.cafe does too but even if it doesnt surely it cant take too long if i dont need to worry about creating sign ups or anything if its just for me ??
i got rid of the js code for the neko-tag webring like i did for the rest of them and just replacing it with redirect urls. why did i not do that until now? idk i forgot. anyways that means the only bit of js that i dont control that is being exectuted on my site is from status.cafe which isnt too bad. still, id like to at some point (probably not soon) make my own selfhosted version of it. iirc piclog has its source public so i assume status.cafe does too but even if it doesnt surely it cant take too long if i dont need to worry about creating sign ups or anything if its just for me ??

## 19/09/24

Expand Down

0 comments on commit 6d56901

Please sign in to comment.