From 6ed23d3833cb8b9e5bde8e00f3e867293313177f Mon Sep 17 00:00:00 2001 From: SergioLangaritaBenitez Date: Fri, 11 Oct 2024 09:16:45 +0200 Subject: [PATCH] update workflow --- .github/workflows/build_and_deploy_gh-pages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_and_deploy_gh-pages.yml b/.github/workflows/build_and_deploy_gh-pages.yml index dcc4fcf..e779fab 100644 --- a/.github/workflows/build_and_deploy_gh-pages.yml +++ b/.github/workflows/build_and_deploy_gh-pages.yml @@ -15,7 +15,7 @@ jobs: uses: actions/setup-node@v3 - name: Install dependencies - uses: bahmutov/npm-install@v1 + uses: npm install - name: Build project run: npm run build