diff --git a/.github/workflows/docs.yaml b/.github/workflows/docs.yaml index ea5ff78..502e5c1 100644 --- a/.github/workflows/docs.yaml +++ b/.github/workflows/docs.yaml @@ -13,7 +13,7 @@ jobs: - name: Checkout code uses: actions/checkout@v4 - - name: Build and run Antora + - name: Build site with Antora uses: addnab/docker-run-action@v3 with: image: antora/antora:2.3.1 diff --git a/README.md b/README.md index 382c2ef..a2355e6 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,7 @@ # JSON encoder and decoder in SystemVerilog -work in progress +[![Documentation](https://github.com/esynr3z/sv-json/actions/workflows/docs.yaml/badge.svg?branch=main)](https://github.com/esynr3z/sv-json/actions/workflows/docs.yaml) + +[![Tests](https://github.com/esynr3z/sv-json/actions/workflows/tests.yaml/badge.svg?branch=main)](https://github.com/esynr3z/sv-json/actions/workflows/tests.yaml) + +STILL UNDER DEVELOPMENT