From ebbbcb8a5ace49c8f592f09d3f5ae94c6a07fcd0 Mon Sep 17 00:00:00 2001 From: Sergey Chernyshev Date: Thu, 21 Mar 2024 21:02:53 -0400 Subject: [PATCH] Using new version of the action that generates index.html file --- .github/workflows/gitterra.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/gitterra.yml b/.github/workflows/gitterra.yml index 66543b5..2763e21 100644 --- a/.github/workflows/gitterra.yml +++ b/.github/workflows/gitterra.yml @@ -35,8 +35,6 @@ jobs: - uses: actions/download-artifact@v4 with: name: gitterra - - name: Prepare the map for the site - run: mv gitterra.html index.html - name: Show resulting files run: ls -l - name: Setup Pages