Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflow-settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"has unmet peer dependency",
"has incorrect peer dependency",
"Using version",
"travis-ci",
"ci-helper",
"tests/bootstrap.php"
]
}
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down