Skip to content

fix(ecr,s3): fix CDK compatibility and resolve macOS ECR port conflic… #39

fix(ecr,s3): fix CDK compatibility and resolve macOS ECR port conflic…

fix(ecr,s3): fix CDK compatibility and resolve macOS ECR port conflic… #39

Workflow file for this run

name: Publish Docs
on:
push:
branches:
- main
- develop
paths:
- 'docs/**'
- '.github/workflows/docs.yml'
workflow_dispatch:
permissions:
contents: write
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: "3.x"
- name: Install MkDocs
run: pip install -r docs/requirements.txt
- name: Deploy to GitHub Pages
run: mkdocs gh-deploy --force