diff --git a/.github/workflows/custom-web-build.yml b/.github/workflows/custom-web-build.yml index e5181a565..9449c8e0b 100644 --- a/.github/workflows/custom-web-build.yml +++ b/.github/workflows/custom-web-build.yml @@ -34,7 +34,7 @@ jobs: - name: Build Docker environment image run: cd web && make build-env - name: Build docs and website in container - run: cd web && make run-build-and-test + run: cd web && make run-build-docs-and-build-web - name: Upload artifact uses: actions/upload-pages-artifact@v2 with: