Skip to content

Commit

Permalink
test doc deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Lai authored and Alexander Lai committed Aug 4, 2024
1 parent 96c6206 commit cabab61
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
3 changes: 2 additions & 1 deletion chaos-docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit cabab61

Please sign in to comment.