From ffc4ef50debf951c4c323c35589a62824561896c Mon Sep 17 00:00:00 2001 From: Maik de Kruif Date: Wed, 10 Mar 2021 14:22:10 +0100 Subject: [PATCH] Use other deployment method --- .github/workflows/hugo_ci.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/hugo_ci.yml b/.github/workflows/hugo_ci.yml index bd70e27..4c124b4 100644 --- a/.github/workflows/hugo_ci.yml +++ b/.github/workflows/hugo_ci.yml @@ -25,9 +25,9 @@ jobs: extended: true - name: Build run: hugo -D -F - - name: Deploy - uses: avakar/create-deployment@v1 + - name: Create GitHub deployment + uses: chrnorm/deployment-action@releases/v1 + id: deployment with: - auto_merge: false - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + token: "${{ github.token }}" + environment: production