Skip to content

chore: manual cherrypick #3

chore: manual cherrypick

chore: manual cherrypick #3

Workflow file for this run

name: Deploy ADR Docs
on:
push:
branches: [ 'develop', 'chore/adr-and-tests' ]
workflow_dispatch:
permissions:
contents: write
jobs:
publish:
runs-on: ubuntu-latest
steps:
- name: Checkout project
uses: actions/checkout@v4
- name: Install pip for adr-viewer
run: |
sudo apt-get update
sudo apt-get install -y python3-pip
pip install adr-viewer
- name: Generate ADR docs
run: |
adr-viewer --adr-path docs/adr --output docs/index.html
- name: Deploy docs 🚀
uses: JamesIves/[email protected]
with:
branch: gh-pages
clean: false
folder: docs
target-folder: docs