Skip to content

Commit

Permalink
Remove gitignore after build
Browse files Browse the repository at this point in the history
Signed-off-by: Brian Richter <[email protected]>
  • Loading branch information
brianorwhatever committed Apr 9, 2024
1 parent 8eb8fce commit 628797a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/render-specs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
run: |
npm install
node -e "require('spec-up')({ nowatch: true })"
rm -rf .gitignore
rm -rf node_modules
- name: Deploy
Expand Down

0 comments on commit 628797a

Please sign in to comment.