Skip to content

Commit 05a9435

Browse files
committed
ci(deploy): add a deduplication stage
Add a deduplication stage that uses the new dedupe.py script to cut down on duplicated deployment assets. Signed-off-by: Randolph Sapp <[email protected]>
1 parent 5b3ef99 commit 05a9435

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,9 @@ jobs:
3636
- name: Generate root index
3737
run: ./bin/root_index.py
3838

39+
- name: Deduplicate assets
40+
run: ./bin/dedupe.py
41+
3942
- name: Upload static files as single artifact
4043
uses: actions/upload-pages-artifact@v3
4144
with:

0 commit comments

Comments
 (0)