Skip to content

Commit fc4042d

Browse files
authored
Update ci.yml
1 parent 1d5f6eb commit fc4042d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ jobs:
1313
- uses: actions/setup-python@v4
1414
with:
1515
python-version: 3.x
16-
- uses: actions/cache@v2
16+
- uses: actions/cache@v4
1717
with:
1818
key: ${{ github.ref }}
1919
path: .cache
2020
- run: pip install mkdocs-material
21-
- run: mkdocs gh-deploy --force
21+
- run: mkdocs gh-deploy --force

0 commit comments

Comments
 (0)