We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b092276 + fb0781b commit bd59062Copy full SHA for bd59062
.github/workflow-settings.json
@@ -23,7 +23,7 @@
23
"has unmet peer dependency",
24
"has incorrect peer dependency",
25
"Using version",
26
- "travis-ci",
+ "ci-helper",
27
"tests/bootstrap.php"
28
]
29
}
.github/workflows/ci.yml
@@ -227,8 +227,8 @@ jobs:
227
run: yarn install
228
- name: Build
229
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
+ git clone --depth=1 https://github.com/wp-content-framework/ci-helper.git ci-helper
+ bash ci-helper/bin/deploy/gh-pages.sh
232
env:
233
TRAVIS_BUILD_DIR: ${{ github.workspace }}
234
GH_PAGES_TITLE: jQuery Marker Animation
0 commit comments