From 65b8141cdccddf23e265677b6efddc46fc7b901e Mon Sep 17 00:00:00 2001 From: Sam Edwards Date: Mon, 1 Jul 2024 08:10:58 -0400 Subject: [PATCH] Re-enable Checks --- .github/workflows/main.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index a06c6e1..a434464 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -72,7 +72,6 @@ jobs: uses: actions/upload-pages-artifact@v2 with: # Upload the generated pages -# path: './examples/build/reports/invert' path: './build/static' - name: Deploy to GitHub Pages @@ -112,9 +111,8 @@ jobs: publish-release: -# Temporary to help debug publishing of 0.0.1-dev -# needs: -# - test-ubuntu + needs: + - test-ubuntu runs-on: ubuntu-latest if: github.repository == 'square/invert' && github.ref == 'refs/heads/main' && github.event_name != 'pull_request' timeout-minutes: 25