Skip to content

Commit 9a08e39

Browse files
committed
Add comment on action
1 parent 5cfef42 commit 9a08e39

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/doc-build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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.
13
name: documentation-build
24

35
on:
@@ -15,7 +17,7 @@ jobs:
1517
working-directory: ./docs
1618
steps:
1719
- uses: actions/checkout@v3
18-
- name: Build docs
20+
- name: Check documentation build
1921
run: |
2022
cd docs
2123
pip3 install -r requirements.txt

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@
22

33
This repository contains tools and services used to support CogStack deployments
44

5+
See the latest documentation on [Readthedocs](https://cogstack-platform-toolkit.readthedocs.io/en/latest/observability/_index.html)

0 commit comments

Comments
 (0)