Skip to content

Commit

Permalink
docs: update CI description
Browse files Browse the repository at this point in the history
  • Loading branch information
esynr3z committed May 25, 2024
1 parent 9cb5d12 commit d4a3e3b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit d4a3e3b

Please sign in to comment.