diff --git a/.github/workflows/hugo_ci.yml b/.github/workflows/hugo_ci.yml index 776c0be..bd70e27 100644 --- a/.github/workflows/hugo_ci.yml +++ b/.github/workflows/hugo_ci.yml @@ -4,7 +4,7 @@ on: push: branches: ["**"] pull_request: - branches: [master] + branches: [master, feature/ci] defaults: run: @@ -25,3 +25,9 @@ jobs: extended: true - name: Build run: hugo -D -F + - name: Deploy + uses: avakar/create-deployment@v1 + with: + auto_merge: false + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}