We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 439a615 commit 3b6a4e5Copy full SHA for 3b6a4e5
.github/workflows/ci.yml
@@ -1,4 +1,4 @@
1
-name: ci
+name: ci
2
on:
3
push:
4
branches:
@@ -12,18 +12,8 @@ jobs:
12
steps:
13
- uses: actions/checkout@v4
14
- name: Configure Git Credentials
15
- run: |
16
- git config user.name github-actions[bot]
17
- git config user.email 41898282+github-actions[bot]@users.noreply.github.com
18
- uses: actions/setup-python@v5
19
with:
20
python-version: 3.x
21
- - run: echo "cache_id=$(date --utc '+%V')" >> $GITHUB_ENV
22
- - uses: actions/cache@v4
23
- with:
24
- key: mkdocs-material-${{ env.cache_id }}
25
- path: ~/.cache
26
- restore-keys: |
27
- mkdocs-material-
28
- run: pip install -r requirements.txt
29
- - run: mkdocs gh-deploy --force --clean --verbose
+ - run: mkdocs gh-deploy --force
0 commit comments