Skip to content

Commit

Permalink
Update render-spec.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
decentralgabe authored Oct 27, 2023
1 parent a53e036 commit 19c7b61
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/render-spec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@ on:
jobs:
build-and-deploy-spec:
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./spec
steps:
- name: Checkout 🛎️
uses: actions/checkout@v3
Expand All @@ -17,6 +14,7 @@ jobs:

- name: Install and Build 🔧
run: |
cd spec
npm install
npm run build
Expand Down

0 comments on commit 19c7b61

Please sign in to comment.