From fb0781b793e67a988a3819d3269e73bda046ed28 Mon Sep 17 00:00:00 2001 From: technote-space Date: Thu, 25 Feb 2021 12:23:04 +0000 Subject: [PATCH] chore: sync workflows --- .github/workflow-settings.json | 2 +- .github/workflows/ci.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflow-settings.json b/.github/workflow-settings.json index ea900fc..4653a69 100644 --- a/.github/workflow-settings.json +++ b/.github/workflow-settings.json @@ -23,7 +23,7 @@ "has unmet peer dependency", "has incorrect peer dependency", "Using version", - "travis-ci", + "ci-helper", "tests/bootstrap.php" ] } diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d9ad6d6..81df624 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -227,8 +227,8 @@ jobs: run: yarn install - name: Build run: | - git clone --depth=1 https://github.com/wp-content-framework/travis-ci.git travis-ci - bash travis-ci/bin/deploy/gh-pages.sh + git clone --depth=1 https://github.com/wp-content-framework/ci-helper.git ci-helper + bash ci-helper/bin/deploy/gh-pages.sh env: TRAVIS_BUILD_DIR: ${{ github.workspace }} GH_PAGES_TITLE: jQuery Marker Animation