This commit is contained in:
parent
4725dc969b
commit
3b5af3217d
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user