Skip to content

Commit b068d8c

Browse files
authored
delete uncompressed sample data
1 parent 56d48f7 commit b068d8c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/deploy.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,12 @@ jobs:
2727
2828
- name: Create Artifacts
2929
run: |
30+
./generate_samples.sh
31+
# delete uncompressed output, sample zips are in ./samples/
32+
rm -rf output/
3033
./gradlew uberJar javadoc graphviz
3134
mkdir -p output/build/javadoc
3235
mv build/docs/javadoc/* output/build/javadoc
33-
./generate_samples.sh
3436
3537
- name: Delete Previous master-branch-latest Tag
3638
uses: dev-drprasad/[email protected]

0 commit comments

Comments
 (0)