From e267773b0a37c55a611b4e15d6f4974123927592 Mon Sep 17 00:00:00 2001 From: Dennis Reimann Date: Wed, 7 Oct 2020 12:13:16 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=9B=A0=20Update=20deploy=20action?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 26eb3c4daa7..3d36286e377 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -17,11 +17,9 @@ on: jobs: build: runs-on: ubuntu-latest - strategy: matrix: node-version: [14] - steps: - name: Checkout uses: actions/checkout@v1 @@ -42,7 +40,7 @@ jobs: echo einundzwanzig.space > dist/CNAME - name: Deploy if: success() && github.ref == 'refs/heads/master' - uses: maxheld83/ghpages@v0.2.1 + uses: maxheld83/ghpages@v0.3.0 env: BUILD_DIR: dist/ GH_PAT: ${{ secrets.GH_PAT }}