Skip to content

Commit 08f9297

Browse files
Merge pull request #165 from technote-space/chore/tweaks
chore: update sync workflow
2 parents 177d354 + f03177c commit 08f9297

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/sync-workflows.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,12 @@ jobs:
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/

0 commit comments

Comments
 (0)