Skip to content

Commit 58e9a31

Browse files
Merge branch 'master' into release/next-v1.5.6
2 parents 23bbbbb + bd59062 commit 58e9a31

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

.github/workflow-settings.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,12 @@
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
}

.github/workflows/broken-link-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
on:
22
schedule:
3-
- cron: 24 0 21 * *
3+
- cron: 18 6 7 * *
44
repository_dispatch:
55
types: [check-link]
66
workflow_dispatch:

.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

.github/workflows/toc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
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 }}

0 commit comments

Comments
 (0)