From 1fb7cc43373838307c176b0f36c6ba8844c29ae9 Mon Sep 17 00:00:00 2001 From: Kevin van Zonneveld Date: Tue, 29 Aug 2023 12:29:27 +0200 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ac270ac..2aad1e5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,10 +11,10 @@ jobs: ci: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 with: fetch-depth: 1 - - uses: actions/setup-node@master + - uses: actions/setup-node@v1 with: node-version: 18.x - name: Install @@ -26,7 +26,3 @@ jobs: - name: Test run: | corepack yarn test - - name: Website Build - if: github.ref == 'refs/heads/main' - run: | - cp README.md docs/