From 5d7a3592a0de8fb60ee46534aa8835906e908671 Mon Sep 17 00:00:00 2001 From: Garrit Franke Date: Mon, 5 Oct 2020 09:07:38 +0200 Subject: [PATCH] fix: ci --- .github/workflows/deploy.yml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index fbc2130..d974cdf 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -1,17 +1,17 @@ on: - push: - branches: - - master - name: Deploy to Github Pages - jobs: + push: + branches: + - master +name: Deploy to Github Pages +jobs: deploy: - name: deploy - runs-on: ubuntu-latest - steps: + name: deploy + runs-on: ubuntu-latest + steps: - uses: actions/checkout@master - name: Deploy - uses: JamesIves/github-pages-deploy-action@master - env: + uses: JamesIves/github-pages-deploy-action@master + env: ACCESS_TOKEN: ${{ secrets.GITHUB_ACCESS_TOKEN }} BRANCH: gh-pages FOLDER: out