This commit is contained in:
parent
16168e9fb3
commit
c1ef07cfad
1 changed files with 16 additions and 3 deletions
|
|
@ -1,6 +1,19 @@
|
|||
on: [push]
|
||||
name: publish
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
|
||||
jobs:
|
||||
test:
|
||||
publish-site:
|
||||
runs-on: native
|
||||
steps:
|
||||
- run: ls
|
||||
- name: Checkout Code
|
||||
uses: https://data.forgejo.org/actions/checkout@v4
|
||||
- name: LS
|
||||
run: ls
|
||||
# - name: Clean
|
||||
# run: rm -rf /data/www/deiru.online/*
|
||||
# - name: Copy
|
||||
# run: | #!/bin/sh
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue