From 506f11ec4b7bf21a2b2c259997231dfa83ad8092 Mon Sep 17 00:00:00 2001 From: Jonas Date: Mon, 27 Nov 2023 21:36:40 +0100 Subject: [PATCH] Merge into one job --- .github/workflows/ci.yml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 72b07b0..75e0fc8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,15 +29,6 @@ jobs: key: ${{ runner.os }}-elm-modules - run: make install - run: make clean setup build - deploy: - environment: - name: github-pages - url: ${{ steps.deployment.outputs.page_url }} - runs-on: ubuntu-latest - needs: build - steps: - - name: Checkout - uses: actions/checkout@v3 - name: Setup Pages uses: actions/configure-pages@v3 - name: Upload artifact