We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1d7a2c commit 494e4f8Copy full SHA for 494e4f8
1 file changed
.github/workflows/build.yml
@@ -99,6 +99,9 @@ jobs:
99
# ---------------------------------------------------------------
100
# Build with Retype
101
102
+ - name: Remove cloned repos before build
103
+ run: rm -rf .repos
104
+
105
- name: Build Retype website
106
uses: retypeapp/action-build@latest
107
0 commit comments