Skip to content

Commit 3b6a4e5

Browse files
committed
try simplified mkdocs deploy
1 parent 439a615 commit 3b6a4e5

File tree

1 file changed

+2
-12
lines changed

1 file changed

+2
-12
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: ci
1+
name: ci
22
on:
33
push:
44
branches:
@@ -12,18 +12,8 @@ jobs:
1212
steps:
1313
- uses: actions/checkout@v4
1414
- 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
1815
- uses: actions/setup-python@v5
1916
with:
2017
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-
2818
- run: pip install -r requirements.txt
29-
- run: mkdocs gh-deploy --force --clean --verbose
19+
- run: mkdocs gh-deploy --force

0 commit comments

Comments
 (0)