From f02ae11e2e0e80c345ba07484418e4ce535ac967 Mon Sep 17 00:00:00 2001 From: 3eef8a28f26fb2bcc514e6f1938929a1f931762 <116031952+3eef8a28f26fb2bcc514e6f1938929a1f931762@users.noreply.github.com> Date: Fri, 10 Feb 2023 18:16:58 -0500 Subject: [PATCH] The hell? --- .github/workflows/scraper.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/scraper.yml b/.github/workflows/scraper.yml index 5c51bc2..be4031b 100644 --- a/.github/workflows/scraper.yml +++ b/.github/workflows/scraper.yml @@ -122,7 +122,7 @@ jobs: git push prepare-site: - name: Prepare static site for Github Pages + name: Prepare static site runs-on: ubuntu-latest needs: [generate-site] steps: @@ -137,6 +137,7 @@ jobs: - name: Archive github-pages artifact run: | + find . -not -path '*/.*' tar \ --dereference --hard-dereference \ --directory . \ @@ -154,7 +155,7 @@ jobs: path: ${{ runner.temp }}/artifact.tar deploy-site: - name: Deploy static site to GitHub Pages + name: Deploy to GitHub Pages runs-on: ubuntu-latest needs: [prepare-site] permissions: