mirror of
https://git.mills.io/prologic/zs-starter-template.git
synced 2024-11-21 12:56:04 +03:00
Remove deprecated deploy workflow
This commit is contained in:
parent
c10f2895fd
commit
8c65762d6c
@ -1,22 +0,0 @@
|
|||||||
---
|
|
||||||
|
|
||||||
name: Deploy
|
|
||||||
|
|
||||||
on:
|
|
||||||
push:
|
|
||||||
branches: [main]
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
deploy:
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
steps:
|
|
||||||
- name: Checkout Code
|
|
||||||
uses: actions/checkout@v3
|
|
||||||
- name: Setup zs
|
|
||||||
uses: actions/setup-zs@main
|
|
||||||
- name: Build site
|
|
||||||
run: make build
|
|
||||||
- name: Publish site
|
|
||||||
uses: actions/gitea-pages@main
|
|
||||||
with:
|
|
||||||
path: .pub
|
|
Loading…
Reference in New Issue
Block a user