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 01bb51c commit 0021445Copy full SHA for 0021445
.github/workflows/ci.yml
@@ -1,10 +1,10 @@
1
-name: ci
+name: ci
2
3
4
on:
5
push:
6
branches:
7
- - master
+ - master
8
9
permissions:
10
contents: write
@@ -16,11 +16,11 @@ jobs:
16
- uses: actions/setup-python@v4
17
with:
18
python-version: 3.x
19
- - uses: actions/cache@v2
+ - uses: actions/cache@v3
20
21
key: ${{ github.ref }}
22
path: .cache
23
- - run: pip install mkdocs-material mkdocs-material-extensions
+ - run: pip install mkdocs-material mkdocs-material-extensions
24
25
26
- run: mkdocs gh-deploy --force
0 commit comments