Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Equinox- committed Jun 4, 2024
1 parent 833b585 commit b3f1f61
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions .github/workflows/frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,21 +8,19 @@ jobs:
permissions:
contents: read
id-token: write # For federated auth
defaults:
run:
working-directory: SchemaFrontend/
steps:
- uses: actions/checkout@v3
- name: Set Node.js 20.x
uses: actions/setup-node@v3
with:
node-version: 20.x
cache: yarn
- run: corepack enable
- name: Run install
uses: borales/actions-yarn@v4
with:
cmd: install
- name: Run build
uses: borales/actions-yarn@v4
with:
cmd: build
- run: yarn install
- run: yarn run build
# Upload Frontend
- name: Upload Frontend
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit b3f1f61

Please sign in to comment.