From 9805129707f0d9610eaa546562ed70082b809490 Mon Sep 17 00:00:00 2001 From: William Casarin Date: Mon, 6 May 2024 20:06:56 -0500 Subject: [PATCH] exclude clean --- .github/workflows/pages.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index 5ec1b26..aff10ff 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -43,3 +43,6 @@ jobs: # this option will not maintain any history of your previous pages deployment # set to false if you want all page build to be committed to your gh-pages branch history single-commit: true + clean-exclude: | + *.wasm + *.js