Browse Source

Fix: typo

pull/2/head
Jim Han 4 years ago committed by GitHub
parent
commit
7348bf21d4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/build.yml

2
.github/workflows/build.yml

@ -24,7 +24,7 @@ jobs:
- name: Install and Build
run: |
yarn install
yarn build
yarn docs:build
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
with:

Loading…
Cancel
Save