From cefbfa202a2b6630b6fc7e487383eb3918a73d55 Mon Sep 17 00:00:00 2001 From: bcotrim Date: Fri, 14 Jun 2024 10:55:00 +0100 Subject: [PATCH] Update pages.yml --- .github/workflows/pages.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index fed2a2e..4533e09 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -8,10 +8,10 @@ jobs: - name: Build uses: actions/checkout@v2 - - uses: borales/actions-yarn@v2.3.0 + - uses: borales/actions-yarn@v4 with: cmd: install # will run `yarn install` command - - uses: borales/actions-yarn@v2.3.0 + - uses: borales/actions-yarn@v4 with: cmd: build # will run `yarn build` command - name: Add .nojekyll file