Skip to content

Commit 9566e89

Browse files
committed
Remove un-needed caching in docs workflow
1 parent 497e5a0 commit 9566e89

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

.github/workflows/docs.yml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -72,20 +72,6 @@ jobs:
7272
&& git config user.name 'github-actions[bot]' \
7373
&& git config user.email 'github-actions[bot]@users.noreply.github.com'
7474
75-
- name: Create Docs Cache ID
76-
run: |
77-
source ~/conda/etc/profile.d/conda.sh \
78-
&& conda activate docs \
79-
echo "cache_id=$(date --utc '+%V')" >> $GITHUB_ENV
80-
81-
- name: Setup Docs Cache
82-
uses: actions/cache@v4
83-
with:
84-
key: mkdocs-material-${{ env.cache_id }}
85-
path: .cache
86-
restore-keys: |
87-
mkdocs-material-
88-
8975
- name: Deploy Docs
9076
run: |
9177
source ~/conda/etc/profile.d/conda.sh \

0 commit comments

Comments
 (0)