Skip to content

Commit

Permalink
chore: update idoc.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Nov 29, 2023
1 parent db535ff commit 2e51a33
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,13 @@ on:

jobs:
build:
runs-on: ubuntu-18.04
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 14
node-version: 18
registry-url: 'https://registry.npmjs.org'

- run: npm install
- run: npm run build
Expand Down
4 changes: 2 additions & 2 deletions idoc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ favicon: ./git.svg
editButton:
label: Edit this page on GitHub
url: https://github.com/jaywcjlove/git-tips/blob/master/
Sponsor: https://jaywcjlove.github.io/#/sponsor

footer: |
Released under the MIT License. Copyright © 2022 Kenny Wong<br />
Expand All @@ -17,4 +16,5 @@ sideEffectFiles:

menus:
首页: index.html
入门清单: cheatsheet.html
入门清单: cheatsheet.html
Sponsor: https://jaywcjlove.github.io/#/sponsor

0 comments on commit 2e51a33

Please sign in to comment.