From a806373ae1800d8fda5ed494b69b63b2ff79799c Mon Sep 17 00:00:00 2001 From: n4n5 Date: Fri, 29 Nov 2024 22:52:58 +0100 Subject: [PATCH] add --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 443e324..e1993d0 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -36,7 +36,7 @@ jobs: - name: render index.html run: | python3 -m pip install indexage - python3 -m indexage --preview --link https://github.com/Bel-Art/telecom-logos/tree/main/ -e .git -e .github -e .gitignore -e README.md -f -v . + python3 -m indexage --preview --link https://github.com/Bel-Art/telecom-logos/tree/main/ -e .git -e .github -e .gitignore -f -v . - name: Upload artifact uses: actions/upload-pages-artifact@v2 with: