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 1845ba5 commit 824b28e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/render-spec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,13 @@ jobs:
cd spec
npm install
npm run build
pwd
ls -alt
- name: Deploy
uses: peaceiris/[email protected]
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./build
publish_dir: /spec/build
allow_empty_commit: true
force_orphan: true

0 comments on commit 824b28e

Please sign in to comment.