Skip to content

Commit

Permalink
ci: update workflows config.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Mar 6, 2024
1 parent e272f64 commit e305536
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,10 @@ jobs:
site: "Contributors {{version}}"
menus:
Home: index.html
Apps: https://jaywcjlove.github.io/#/app
Sponsor: https://jaywcjlove.github.io/#/sponsor
footer: |
<a href="https://jaywcjlove.github.io/#/app" target="_blank">App</a> •
<a href="https://jaywcjlove.github.io/#/sponsor" target="_blank">Sponsor</a> •
<a href="https://jaywcjlove.github.io/changelog-generator" target="_blank">Changelog Generator</a> •
<a href="https://jaywcjlove.github.io/create-tag-action" target="_blank">Create Tag</a> •
Expand All @@ -42,7 +44,7 @@ jobs:
EOF
- run: npm install idoc@1.27.2 -g
- run: npm install idoc@1 -g
- run: idoc

- name: Generate Contributors Images
Expand Down

0 comments on commit e305536

Please sign in to comment.