Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
JYC0413 committed Mar 18, 2024
1 parent 48202d5 commit f97ff95
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/exportAndPush.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,17 +18,16 @@ jobs:
security-events: write
statuses: write
steps:
- uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v1
uses: actions/setup-node@v4
with:
node-version: 16.x
- name: Install Dependencies
run: |
yarn
run: yarn

- name: Build Project
run: |
ls
yarn build
yarn next export
Expand Down

0 comments on commit f97ff95

Please sign in to comment.