Skip to content

Commit

Permalink
Update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
journey-ad committed Dec 21, 2023
1 parent ce50836 commit 46b8e3d
Show file tree
Hide file tree
Showing 2 changed files with 9,860 additions and 9,624 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,17 +17,19 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@master

- name: Installation Environment
uses: actions/setup-node@master
with:
node-version: 16.x
node-version: 16.x

- name: Installation
run: npm install

uses: borales/actions-yarn@master
run: install

- name: Build
run: npm run build
uses: borales/actions-yarn@master
run: build

- name: Deploy
uses: peaceiris/actions-gh-pages@v3
Expand Down
Loading

0 comments on commit 46b8e3d

Please sign in to comment.