From d6e4a9b2455627e265092537c3f77e6dc42ffe74 Mon Sep 17 00:00:00 2001 From: Evan Pratten Date: Thu, 1 Dec 2022 12:52:57 -0500 Subject: [PATCH] rm gitignore --- .github/workflows/publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 0116585..109c801 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -27,8 +27,8 @@ jobs: - name: Disable Jekyll run: sudo touch ./public/.nojekyll - - name: Copy generated dist files - run: sudo cp -r ./static/dist/* ./public/dist + - name: Delete dist gitignore + run: rm -f ./public/dist/.gitignore - name: Publish site as artifact uses: actions/upload-artifact@v2