diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 49b2ed61..476b0834 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -79,7 +79,7 @@ jobs: uses: docker/build-push-action@v4 with: context: frontend - push: ${{ github.event_name != 'pull_request' && github.ref == 'refs/heads/main' }} + push: ${{ github.event_name != 'pull_request' && github.ref == 'refs/heads/main' || github.ref == 'refs/heads/docusaurusIntegration' }} platforms: linux/amd64 file: frontend/Dockerfile build-args: | diff --git a/chaos-docs/package.json b/chaos-docs/package.json index 44635614..2d44239c 100644 --- a/chaos-docs/package.json +++ b/chaos-docs/package.json @@ -12,7 +12,8 @@ "serve": "docusaurus serve", "write-translations": "docusaurus write-translations", "write-heading-ids": "docusaurus write-heading-ids", - "typecheck": "tsc" + "typecheck": "tsc", + "generate-docs": "yarn docusaurus gen-api-docs all" }, "dependencies": { "@docusaurus/core": "3.4.0",