We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5cfef42 commit 9a08e39Copy full SHA for 9a08e39
.github/workflows/doc-build.yml
@@ -1,3 +1,5 @@
1
+# This is a simple action to check that the documentation is building.
2
+# Note the real documentation build is done by readthedocs externally, and none of the files created in this action are used.
3
name: documentation-build
4
5
on:
@@ -15,7 +17,7 @@ jobs:
15
17
working-directory: ./docs
16
18
steps:
19
- uses: actions/checkout@v3
- - name: Build docs
20
+ - name: Check documentation build
21
run: |
22
cd docs
23
pip3 install -r requirements.txt
README.md
@@ -2,3 +2,4 @@
This repository contains tools and services used to support CogStack deployments
+See the latest documentation on [Readthedocs](https://cogstack-platform-toolkit.readthedocs.io/en/latest/observability/_index.html)
0 commit comments