File tree Expand file tree Collapse file tree 4 files changed +6
-5
lines changed Expand file tree Collapse file tree 4 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 1818 "BRANCH_PREFIX" : " release/" ,
1919 "ANNOTATION_EXCLUDE_PATTERNS" : [
2020 " >> warning " ,
21+ " >> hint: " ,
2122 " Cloning into" ,
2223 " has unmet peer dependency" ,
2324 " has incorrect peer dependency" ,
2425 " Using version" ,
25- " travis-ci " ,
26+ " ci-helper " ,
2627 " tests/bootstrap.php"
2728 ]
2829}
Original file line number Diff line number Diff line change 11on :
22 schedule :
3- - cron : 24 0 21 * *
3+ - cron : 18 6 7 * *
44 repository_dispatch :
55 types : [check-link]
66 workflow_dispatch :
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 1515 with :
1616 CONFIG_FILENAME : workflow-settings.json, workflow-details.json
1717 IGNORE_WARNING : ' true'
18- - uses : technote-space/toc-generator@v3
18+ - uses : technote-space/toc-generator@v4
1919 with :
2020 GITHUB_TOKEN : ${{ secrets.ACCESS_TOKEN }}
2121 TARGET_BRANCH_PREFIX : ${{ env.BRANCH_PREFIX }}
You can’t perform that action at this time.
0 commit comments