Skip to content

Commit bd59062

Browse files
Merge pull request #228 from technote-space/chore/chore-sync-workflows
chore: sync workflows
2 parents b092276 + fb0781b commit bd59062

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflow-settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"has unmet peer dependency",
2424
"has incorrect peer dependency",
2525
"Using version",
26-
"travis-ci",
26+
"ci-helper",
2727
"tests/bootstrap.php"
2828
]
2929
}

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -227,8 +227,8 @@ jobs:
227227
run: yarn install
228228
- name: Build
229229
run: |
230-
git clone --depth=1 https://github.com/wp-content-framework/travis-ci.git travis-ci
231-
bash travis-ci/bin/deploy/gh-pages.sh
230+
git clone --depth=1 https://github.com/wp-content-framework/ci-helper.git ci-helper
231+
bash ci-helper/bin/deploy/gh-pages.sh
232232
env:
233233
TRAVIS_BUILD_DIR: ${{ github.workspace }}
234234
GH_PAGES_TITLE: jQuery Marker Animation

0 commit comments

Comments
 (0)