From 2c34e6987afd16412a0061b2d2d7e192605fc858 Mon Sep 17 00:00:00 2001 From: KONSTANTIN KAIMOV Date: Sat, 1 Jun 2024 18:11:30 +0200 Subject: [PATCH] fix deps --- .github/workflows/static.yml | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml index 39c8c8c..e5d93b5 100644 --- a/.github/workflows/static.yml +++ b/.github/workflows/static.yml @@ -1,27 +1,20 @@ -# Simple workflow for deploying static content to GitHub Pages name: Deploy static content to Pages on: - # Runs on pushes targeting the default branch push: branches: ['master'] - - # Allows you to run this workflow manually from the Actions tab workflow_dispatch: -# Sets the GITHUB_TOKEN permissions to allow deployment to GitHub Pages permissions: contents: read pages: write id-token: write -# Allow one concurrent deployment concurrency: group: 'pages' cancel-in-progress: true jobs: - # Single deploy job since we're just deploying deploy: environment: name: github-pages @@ -36,11 +29,13 @@ jobs: with: node-version: 18 cache: 'yarn' - cache-dependency-path: ./yarn.lock - name: Install dependencies run: yarn install + - name: Verify installation + run: yarn list @vitejs/plugin-basic-ssl + - name: Build run: yarn run build