diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 83388cde..b7b2a981 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -20,4 +20,4 @@ jobs: - name: Install dependencies run: npm install --frozen-lockfile - name: Test build website - run: npm build \ No newline at end of file + run: npm run build \ No newline at end of file diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index f92240a8..bc1c14c6 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -20,7 +20,7 @@ jobs: - name: Install dependencies run: npm install --frozen-lockfile - name: Build website - run: npm build + run: npm run build - name: Upload Build Artifact uses: actions/upload-pages-artifact@v3