From c5a144f6b89ab57d7ada3285c70a9f6376094aae Mon Sep 17 00:00:00 2001 From: Michael Gielda Date: Thu, 31 Aug 2023 19:36:43 +0200 Subject: [PATCH] Rework CI --- .github/workflows/pages.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index bfb0d24..77d0720 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -10,11 +10,10 @@ jobs: group: ${{ github.workflow }}-${{ github.ref }} steps: - uses: actions/checkout@v2 + - uses: actions/setup-node@v3 - - name: Build Project - uses: actions/setup-node@v3 - with: - cmd: yarn && yarn build + - name: Build + run: yarn && yarn build - name: Deploy uses: peaceiris/actions-gh-pages@v3