Skip to content

Commit 3e5f363

Browse files
committed
Update ci.yml
2 parents b42d3d9 + ec6cccf commit 3e5f363

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

.github/workflows/ci.yml

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,11 @@ jobs:
1010
deploy:
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@v3
13+
- uses: actions/checkout@v6
1414
- uses: actions/setup-python@v4
1515
with:
1616
python-version: 3.x
17+
<<<<<<< HEAD
1718
- name: Set up build cache
1819
- uses: actions/cache/restore@v4
1920
with:
@@ -28,4 +29,12 @@ jobs:
2829
- uses: actions/cache/save@v4
2930
with:
3031
key: mkdocs-material-${{ hashfiles('.cache/**') }}
31-
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

Comments
 (0)