From c23ba1e670d75b7358bb7d96f70ca0d712c40a4b Mon Sep 17 00:00:00 2001 From: ReenigneArcher <42013603+ReenigneArcher@users.noreply.github.com> Date: Fri, 20 Mar 2026 23:51:45 -0400 Subject: [PATCH] fix: missing repos --- .github/workflows/update-pages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-pages.yml b/.github/workflows/update-pages.yml index 4a55e517fe..31627d2b6c 100644 --- a/.github/workflows/update-pages.yml +++ b/.github/workflows/update-pages.yml @@ -59,7 +59,7 @@ jobs: - name: Prepare Artifacts # uploading artifacts will fail if not zipped due to very large quantity of files shell: bash - run: 7z a build.zip ./gh-pages/* ./gh-pages-template/* + run: 7z a build.zip ./gh-pages/. ./gh-pages-template/. - name: Upload artifact uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0