Skip to content

Commit 62c8d2d

Browse files
committed
📚 trigger build & test 🏗️ and docs 📖
1 parent 9e16694 commit 62c8d2d

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/docs-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Doc CI
1+
name: Docs
22

33
on:
44
push:

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,11 @@ capabilities.
99
![CodeFactor Grade](https://img.shields.io/codefactor/grade/github/CubicZebra/fcpp?label=code%20quality&logo=codefactor)
1010
![C++](https://img.shields.io/badge/C%2B%2B-17%2F20%2F23-blue?logo=c%2B%2B&logoColor=white)
1111
![Modules](https://img.shields.io/badge/modules-C%2B%2B23%20experimental-purple?logo=c%2B%2B&logoColor=white)
12-
![CI](https://github.com/CubicZebra/fcpp/actions/workflows/main.yml/badge.svg)
12+
![CI](https://github.com/CubicZebra/fcpp/actions/workflows/ci-build-test.yml/badge.svg)
13+
![CI](https://github.com/CubicZebra/fcpp/actions/workflows/docs-build.yml/badge.svg)
1314
![CMake](https://img.shields.io/badge/cmake-3.28%2B-orange?logo=cmake)
14-
![Doxygen](https://img.shields.io/badge/docs-Doxygen-green?logo=doxygen&logoColor=white)
1515
![Python](https://img.shields.io/badge/python-3.10%2B-blue?logo=python)
16+
![Doxygen](https://img.shields.io/badge/docs-Doxygen-green?logo=doxygen&logoColor=white)
1617
![Sphinx](https://img.shields.io/badge/docs-Sphinx-blue?logo=readthedocs&logoColor=white)
1718

1819
## Project Overview

0 commit comments

Comments
 (0)