💚 fix github pages ci (#2416)
This commit is contained in:
parent
6732f8b4b0
commit
a5cede8484
5
.github/workflows/github-pages.yml
vendored
5
.github/workflows/github-pages.yml
vendored
|
|
@ -8,6 +8,11 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/setup-node@v2
|
||||
with:
|
||||
node-version: '14'
|
||||
check-latest: true
|
||||
registry-url: 'https://registry.npmjs.org'
|
||||
- name: build
|
||||
run: |
|
||||
yarn
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user