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