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 cb58a17 commit fd35eafCopy full SHA for fd35eaf
.github/workflows/ci.yml
@@ -1,8 +1,8 @@
1
-name: ci
+name: ci
2
on:
3
push:
4
branches:
5
- - master
+ - master
6
- main
7
permissions:
8
contents: write
@@ -18,12 +18,12 @@ jobs:
18
- uses: actions/setup-python@v5
19
with:
20
python-version: 3.x
21
- - run: echo "cache_id=$(date --utc '+%V')" >> $GITHUB_ENV
+ - run: echo "cache_id=$(date --utc '+%V')" >> $GITHUB_ENV
22
- uses: actions/cache@v4
23
24
key: mkdocs-material-${{ env.cache_id }}
25
- path: ~/.cache
+ path: ~/.cache
26
restore-keys: |
27
mkdocs-material-
28
- - run: pip install mkdocs-material
+ - run: pip install mkdocs-material
29
- run: mkdocs gh-deploy --force
0 commit comments