From af130d9f1a4ea6dcaea70f8dd39fd4ae680f3ece Mon Sep 17 00:00:00 2001 From: Jan Dvorak Date: Tue, 19 Oct 2021 09:48:50 +0200 Subject: [PATCH] Fix branch deploy --- .github/workflows/guide.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/guide.yml b/.github/workflows/guide.yml index bc68b2fd26..a359a6ab22 100644 --- a/.github/workflows/guide.yml +++ b/.github/workflows/guide.yml @@ -36,7 +36,6 @@ jobs: defaults: run: working-directory: guide/site/ - needs: [ test ] if: contains(' refs/heads/release- @@ -56,7 +55,7 @@ jobs: github-token: ${{ secrets.GITHUB_TOKEN }} deploy-message: "Deploy from GitHub Actions" netlify-config-path: './guide/netlify.toml' - alias: deploy-preview-${{ github.head_ref }} + alias: ${{ github.head_ref }} env: NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }} NETLIFY_SITE_ID: ${{ secrets.NETLIFY_GUIDE_SITE_ID }}