From de9ec8d34fc7bae8bb8c354b79e13de91f960bf6 Mon Sep 17 00:00:00 2001 From: Shalitha Suranga Date: Wed, 31 Jul 2024 16:41:31 +0530 Subject: [PATCH] Update publish.yml --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 608dab6..ddefa6c 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -16,7 +16,7 @@ jobs: - name: Build website run: | npm ci - npm build + npm run build - name: Deploy to GitHub Pages uses: peaceiris/actions-gh-pages@v3