From 556637baa0d78088351fc696727c4948329e5667 Mon Sep 17 00:00:00 2001 From: Ben Thomson Date: Thu, 11 Jun 2020 12:37:28 +0800 Subject: [PATCH] Third test of Subsplit (just the Demo theme) --- .github/workflows/subsplit.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/subsplit.yml b/.github/workflows/subsplit.yml index a26eebe20..bd786275d 100644 --- a/.github/workflows/subsplit.yml +++ b/.github/workflows/subsplit.yml @@ -12,4 +12,4 @@ jobs: 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 + 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