diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c3cb5edc..02dcfc7a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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