Skip to content

Commit 9ed55b0

Browse files
committed
need to do all this from the mkdocs folder
1 parent 4c65943 commit 9ed55b0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/documentation.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: ci
1+
name: documentation
22
on:
33
push:
44
branches:
@@ -18,6 +18,7 @@ jobs:
1818
- uses: actions/setup-python@v5
1919
with:
2020
python-version: 3.x
21+
- run: cd mkdocs
2122
- run: echo "cache_id=$(date --utc '+%V')" >> $GITHUB_ENV
2223
- uses: actions/cache@v4
2324
with:

0 commit comments

Comments
 (0)