From 41850032d62a6f6bfd2274082dafc6471b21a0bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antonio=20Garc=C3=ADa-Dom=C3=ADnguez?= Date: Tue, 5 Nov 2024 13:33:32 +0000 Subject: [PATCH] Update dist.yml: fix use of exclude --- .github/workflows/dist.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dist.yml b/.github/workflows/dist.yml index 616b97e..115d74b 100644 --- a/.github/workflows/dist.yml +++ b/.github/workflows/dist.yml @@ -58,7 +58,7 @@ jobs: shell: bash run: | cd _site/updates - zip -r ../updates.zip -x index.html . + zip -r ../updates.zip . --exclude index.html - name: Upload Github Pages Artifact uses: actions/upload-pages-artifact@v3 - name: Deploy to GitHub Pages