From 4d14a31d9ddc881e95da2fef7bde0b901b13fe44 Mon Sep 17 00:00:00 2001 From: Adam Perry Date: Mon, 4 Jan 2021 13:33:32 -0800 Subject: [PATCH] [ci] Remove netlify staging deploy. --- .github/workflows/main.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index ede36c9ee..197461c8b 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -223,10 +223,6 @@ jobs: with: name: website path: target/website - - name: dry run website - # only run this for PRs from upstream repo itself because it needs the token - if: github.ref != 'refs/heads/main' && github.repository == 'anp/moxie' - run: npx netlify-cli deploy --auth ${{ secrets.NETLIFY_AUTH_TOKEN }} - name: promote website to prod, ensure crates published if: github.ref == 'refs/heads/main' run: |