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 }}