From 2948ee93e484cd4cee9af342c5c385a97260da21 Mon Sep 17 00:00:00 2001 From: Ben Thomson Date: Thu, 11 Jun 2020 12:59:42 +0800 Subject: [PATCH] Live test of Subsplit (System Module only) --- .github/workflows/subsplit.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/subsplit.yml b/.github/workflows/subsplit.yml index 8974953e8..02d6d18dc 100644 --- a/.github/workflows/subsplit.yml +++ b/.github/workflows/subsplit.yml @@ -11,5 +11,5 @@ jobs: uses: actions/checkout@v1 with: fetch-depth: 0 - - name: Split demo theme - run: ${GITHUB_WORKSPACE}/.github/workflows/scripts/subsplit/git-subsplit.sh publish --debug --path="${GITHUB_WORKSPACE}" --heads="${GITHUB_REF/refs\/heads\//}" --no-tags themes/demo:https://bennothommo:${{ secrets.MAINTENANCE_TOKEN }}@github.com/octoberrain/demo-theme.git + - name: Split system module + run: ${GITHUB_WORKSPACE}/.github/workflows/scripts/subsplit/git-subsplit.sh publish --debug --path="${GITHUB_WORKSPACE}" --heads="${GITHUB_REF/refs\/heads\//}" --no-tags modules/backend:https://bennothommo:${{ secrets.MAINTENANCE_TOKEN }}@github.com/octoberrain/system.git