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 May 18, 2024
1 parent dbb1c09 commit 871f99a
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,12 @@ jobs:
site: "SVG To Font {{version}}"
menus:
Home: index.html
Sponsor:
url: https://wangchujiang.com/#/sponsor
target: __blank
Demo:
url: example/font-class.html
target: __blank
EOF
- run: npm install idoc@1 -g
Expand Down Expand Up @@ -61,7 +67,7 @@ jobs:
uses: jaywcjlove/changelog-generator@main

- name: Deploy
uses: peaceiris/actions-gh-pages@v3
uses: peaceiris/actions-gh-pages@v4
with:
commit_message: ${{steps.tag_version.outputs.tag}} ${{ github.event.head_commit.message }}
github_token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 871f99a

Please sign in to comment.