Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
Delete old enumeration classes on rebuild
  • Loading branch information
ehennestad authored Aug 30, 2024
1 parent de34dc4 commit 1d1618a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ jobs:
run: |
rm -rf main/code/schemas/*
rm -rf main/code/mixedtypes/*
rm -rf main/code/enumerations/*
cp -R target/* main/code
cp -R main/code/internal/resources/content_files/* main/code/
cp -R main/code/internal/resources/readme_files/* main/code/
Expand Down

0 comments on commit 1d1618a

Please sign in to comment.