diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index 0efd5b6fac..69d3f83668 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -26,7 +26,7 @@ jobs: run: npm i -g npminstall && npminstall - name: Build Documents - run: npm run docs:build + run: npm run site:build - name: Code Coverage uses: peaceiris/actions-gh-pages@v3