1
0

test
Some checks failed
Build and Deploy Quartz Site / build-and-deploy (push) Failing after 2m9s

This commit is contained in:
周中平 2024-09-06 10:57:21 +08:00
parent 4725dc969b
commit 3b5af3217d
Signed by: zhouzhongping
GPG Key ID: 6666822800008000

View File

@ -2,14 +2,14 @@ name: Build and Deploy Quartz Site
on:
push:
branches: [ dev ]
branches: [ test ]
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Clone repository (quartz)
run: git clone https://github.com/7Wate/wiki-quartz.git $HOME/wiki/quartz
run: git clone https://github.com/7Wate/wiki-quartz.git $HOME/wiki/quartz && rm -rf $HOME/wiki/quartz/content
- name: Clone repository (wiki)
run: git clone https://github.com/7Wate/wiki.git $HOME/wiki/quartz/content