We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b42d3d9 + ec6cccf commit 3e5f363Copy full SHA for 3e5f363
.github/workflows/ci.yml
@@ -10,10 +10,11 @@ jobs:
10
deploy:
11
runs-on: ubuntu-latest
12
steps:
13
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v6
14
- uses: actions/setup-python@v4
15
with:
16
python-version: 3.x
17
+<<<<<<< HEAD
18
- name: Set up build cache
19
- uses: actions/cache/restore@v4
20
@@ -28,4 +29,12 @@ jobs:
28
29
- uses: actions/cache/save@v4
30
31
key: mkdocs-material-${{ hashfiles('.cache/**') }}
- path: ~/.cache
32
+ path: ~/.cache
33
+=======
34
+ - uses: actions/cache@v4
35
+ with:
36
+ key: ${{ github.ref }}
37
+ - run: pip install mkdocs-material
38
+ - run: pip install pillow cairosvg
39
+ - run: mkdocs gh-deploy --force
40
+>>>>>>> ec6cccfc4c505da99a3893e06c3384a23469d14a
0 commit comments