We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 497e5a0 commit 9566e89Copy full SHA for 9566e89
.github/workflows/docs.yml
@@ -72,20 +72,6 @@ jobs:
72
&& git config user.name 'github-actions[bot]' \
73
&& git config user.email 'github-actions[bot]@users.noreply.github.com'
74
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
89
- name: Deploy Docs
90
run: |
91
source ~/conda/etc/profile.d/conda.sh \
0 commit comments