From cfcb734aa8c3566bf7f8982e71cb515e80a993b1 Mon Sep 17 00:00:00 2001 From: Rusty Green Date: Fri, 9 Feb 2024 08:54:11 -0500 Subject: [PATCH] chore: updates build script --- .github/workflows/ci.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 1408c55..858f784 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -57,8 +57,6 @@ jobs: chmod -c -R +rX "_site/" | while read line; do echo "::warning title=Invalid file permissions automatically fixed::$line" done - - name: Upload artifact - uses: actions/upload-pages-artifact@v3 - name: Deploy to GitHub Pages id: deployment uses: actions/deploy-pages@v4