feat: actions
All checks were successful
publish / publish-site (push) Successful in 4s

This commit is contained in:
Dale Twokey 2026-04-14 17:33:31 +03:00
parent 93bd93697f
commit c6a51ad8dc
2 changed files with 21 additions and 1 deletions

View file

@ -0,0 +1,19 @@
name: publish
on:
push:
branches:
- main
jobs:
publish-site:
runs-on: native
steps:
- name: Checkout Code
uses: https://code.forgejo.org/actions/checkout@v4
- name: LS
run: ls -al
- name: Clean
run: rm -rf /data/www/deiru.online/files/*
- name: Copy
run: cp -r ./* /data/www/deiru.online/files

View file

@ -26,7 +26,8 @@
</head>
<!--
You have discovered THE COOL ZONE. You were not supposed to.
For your efforts, you get jack shit and this lovely ass.
For your efforts, you get jack shit and this lovely ass.
Cool.
-->
<body>
<div class="page-container">