File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change 2121 cp -f .github/workflows/sync-workflows.yml .github/workflows/.tmp/ > /dev/null 2>&1 || :
2222 rm -f .github/workflows/*.yml
2323 git clone --depth=1 https://github.com/technote-space/github-actions-workflows.git .github/workflows/.tmp/workflows
24- cp .github/workflows/.tmp/workflows/js-repo/*.yml .github/workflows/
24+ cp .github/workflows/.tmp/workflows/js-repo-pages /*.yml .github/workflows/
2525 cp -f .github/workflows/.tmp/sync-workflows.yml .github/workflows/sync-workflows.yml > /dev/null 2>&1 || :
26+ sed -i "s/target: \['npm', 'gpr'\]/target: ['npm']/" .github/workflows/release.yml
27+ sed -i "/GH_PAGES_PLUGIN_SCRIPT/d" .github/workflows/release.yml
28+ sed -i "/GH_PAGES_TEMPLATE/d" .github/workflows/release.yml
29+ sed -i "s/GH_PAGES_TITLE:.*$/GH_PAGES_TITLE: jQuery Marker Animation/" .github/workflows/release.yml
2630 rm -rdf .github/workflows/.tmp
2731 COMMIT_MESSAGE : ' chore: sync workflows'
2832 PR_BRANCH_PREFIX : chore/
You can’t perform that action at this time.
0 commit comments