Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
leimaau committed Aug 17, 2024
1 parent 24159a0 commit 757b5b6
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 13 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,20 +15,19 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Cache Node.js
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: ~/.npm
key: ${{ runner.os }}-node-${{ hashFiles('**/.nvmrc') }}
restore-keys: ${{ runner.os }}-node-

- name: Use Node.js version ${{ matrix.node-version }}
uses: actions/setup-node@v1
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'

- name: Install dependencies and build GitBook
run: |
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

【西蒙·斯塔伦海格 (Simon Stålenhag)-《电幻国度》(The Electric State)】

打开网页缓慢时的备用地址:[**这里**](https://leimaau.github.io/myBook/)
打开网页缓慢时的备用地址:[**这里**]()

<!--
[**这里**](https://leimaau.gitbooks.io/nnbh/content/)
Expand Down
Loading

0 comments on commit 757b5b6

Please sign in to comment.