feat: deploy
Some checks failed
publish / publish-site (push) Failing after 3s

This commit is contained in:
Dale Twokey 2026-04-14 17:39:50 +03:00
parent c1ef07cfad
commit 3a47aaaa48
No known key found for this signature in database
GPG key ID: E3306F181299BB57

View file

@ -11,9 +11,7 @@ jobs:
steps: steps:
- name: Checkout Code - name: Checkout Code
uses: https://data.forgejo.org/actions/checkout@v4 uses: https://data.forgejo.org/actions/checkout@v4
- name: LS - name: Clean
run: ls run: rm -rf /data/www/deiru.online/*
# - name: Clean - name: Copy
# run: rm -rf /data/www/deiru.online/* run: cp -r ./* /data/www/deiru.online
# - name: Copy
# run: | #!/bin/sh