Skip to content

Commit 41ad89d

Browse files
committed
feat(ci): disable cliff
1 parent a4a8e07 commit 41ad89d

File tree

1 file changed

+23
-23
lines changed

1 file changed

+23
-23
lines changed

.github/workflows/publish.yml

+23-23
Original file line numberDiff line numberDiff line change
@@ -19,32 +19,32 @@ jobs:
1919
steps:
2020
- uses: actions/checkout@v3
2121

22-
- name: Checkout YimMenu
23-
uses: actions/checkout@v3
24-
with:
25-
repository: YimMenu/YimMenu
26-
path: YimMenu
27-
fetch-depth: 0
22+
# - name: Checkout YimMenu
23+
# uses: actions/checkout@v3
24+
# with:
25+
# repository: YimMenu/YimMenu
26+
# path: YimMenu
27+
# fetch-depth: 0
2828

29-
- name: Set up git-cliff
30-
uses: kenji-miyake/setup-git-cliff@v1
29+
# - name: Set up git-cliff
30+
# uses: kenji-miyake/setup-git-cliff@v1
3131

32-
- name: Generate Changelog
33-
run: |
34-
mv .github/changelog_generator.js YimMenu
35-
mv .github/cliff.toml YimMenu
36-
mv .github/replace.js .
37-
cd YimMenu
38-
git log --format="%cs#%H" | node changelog_generator.js
39-
cd ..
40-
cp YimMenu/changelog.md .
41-
cp changelog.md changelog.txt
42-
npx --yes showdown makehtml -i changelog.md -o changelog_from_md.html
43-
node replace.js
44-
rm -rf *.js *.template.html .github/ changelog_from_md.html YimMenu/
45-
curl -o ./coi-serviceworker.min.js https://raw.githubusercontent.com/gzuidhof/coi-serviceworker/27a76b676c67202fb227deb97f9d911d41f55965/coi-serviceworker.min.js
32+
# - name: Generate Changelog
33+
# run: |
34+
# mv .github/changelog_generator.js YimMenu
35+
# mv .github/cliff.toml YimMenu
36+
# mv .github/replace.js .
37+
# cd YimMenu
38+
# git log --format="%cs#%H" | node changelog_generator.js
39+
# cd ..
40+
# cp YimMenu/changelog.md .
41+
# cp changelog.md changelog.txt
42+
# npx --yes showdown makehtml -i changelog.md -o changelog_from_md.html
43+
# node replace.js
44+
# rm -rf *.js *.template.html .github/ changelog_from_md.html YimMenu/
45+
# curl -o ./coi-serviceworker.min.js https://raw.githubusercontent.com/gzuidhof/coi-serviceworker/27a76b676c67202fb227deb97f9d911d41f55965/coi-serviceworker.min.js
4646

47-
- run: rm .gitignore
47+
# - run: rm .gitignore
4848

4949
- name: Deploy
5050
uses: peaceiris/actions-gh-pages@v3

0 commit comments

Comments
 (0)