Skip to content

Commit

Permalink
ci: update gh-pages deployment action
Browse files Browse the repository at this point in the history
  • Loading branch information
jiming committed Mar 10, 2022
1 parent 814c5b2 commit 1111a76
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:
node-version: 14.x
cache: yarn
cache-dependency-path: website/yarn.lock
- name: Install dependencies
run: yarn
- name: Build website
working-directory: website
run: |
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/test-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:
node-version: 14.x
cache: yarn
cache-dependency-path: website/yarn.lock
- name: Install dependencies
run: yarn
- name: Test build
working-directory: website
run: |
Expand Down

0 comments on commit 1111a76

Please sign in to comment.