Use other deployment method

pull/4/head
Maik de Kruif 4 years ago
parent 8a56798c8b
commit ffc4ef50de
No known key found for this signature in database
GPG Key ID: 50FA6EF181702794
  1. 10
      .github/workflows/hugo_ci.yml

@ -25,9 +25,9 @@ jobs:
extended: true extended: true
- name: Build - name: Build
run: hugo -D -F run: hugo -D -F
- name: Deploy - name: Create GitHub deployment
uses: avakar/create-deployment@v1 uses: chrnorm/deployment-action@releases/v1
id: deployment
with: with:
auto_merge: false token: "${{ github.token }}"
env: environment: production
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Loading…
Cancel
Save