Skip to content

Commit 494e4f8

Browse files
committed
don't check-in the linked repos
1 parent f1d7a2c commit 494e4f8

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,9 @@ jobs:
9999
# ---------------------------------------------------------------
100100
# Build with Retype
101101
# ---------------------------------------------------------------
102+
- name: Remove cloned repos before build
103+
run: rm -rf .repos
104+
102105
- name: Build Retype website
103106
uses: retypeapp/action-build@latest
104107

0 commit comments

Comments
 (0)