diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 5024721..5dd2d71 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -30,7 +30,7 @@ jobs: env: NODE_ENV: production - - name: Build docs - run: npm run docs:build + - name: build + run: ./build.sh env: NODE_ENV: production \ No newline at end of file