Extend api gen flow to delete old pages (#191)

This commit is contained in:
pascal-fischer
2024-05-16 12:43:41 +02:00
committed by GitHub
parent 503696de09
commit e8d741b0bd
3 changed files with 10 additions and 1304 deletions

View File

@@ -40,6 +40,9 @@ jobs:
- name: Expand openapi.yml
run: (cd ./generator && ./expandOpenAPIRef)
- name: Remove old generated files
run: rm -rf src/pages/ipa/resources/*
- name: Npm install
run: npm install