Skip to content

Commit

Permalink
need to do all this from the mkdocs folder
Browse files Browse the repository at this point in the history
  • Loading branch information
ryber committed Dec 30, 2024
1 parent 4c65943 commit 9ed55b0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: ci
name: documentation
on:
push:
branches:
Expand All @@ -18,6 +18,7 @@ jobs:
- uses: actions/setup-python@v5
with:
python-version: 3.x
- run: cd mkdocs
- run: echo "cache_id=$(date --utc '+%V')" >> $GITHUB_ENV
- uses: actions/cache@v4
with:
Expand Down

0 comments on commit 9ed55b0

Please sign in to comment.