Skip to content

Add AWS CDK route extraction analyzer (TypeScript / Python) (#1724) #78

Add AWS CDK route extraction analyzer (TypeScript / Python) (#1724)

Add AWS CDK route extraction analyzer (TypeScript / Python) (#1724) #78

Workflow file for this run

name: Hwaro on GitHub Pages
on:
push:
branches:
- main
paths:
- "docs/**"
- ".github/workflows/hwaro.yml"
workflow_dispatch:
permissions:
contents: write
jobs:
deploy:
name: Build and deploy
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v6
- name: Build and Deploy
uses: hahwul/hwaro@main
with:
build_dir: "docs"
token: ${{ secrets.GITHUB_TOKEN }}