diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index c712c2f3..a7398d46 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -1,4 +1,4 @@ -name: ci +name: documentation on: push: branches: @@ -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: