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 0b2e1e3 commit ac3c11bCopy full SHA for ac3c11b
.github/workflows/docs.yml
@@ -14,13 +14,13 @@ jobs:
14
if: (github.ref == 'refs/heads/master' && github.event_name == 'push') || github.event_name == 'release'
15
runs-on: ubuntu-latest
16
steps:
17
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
18
- uses: actions/setup-python@v4
19
with:
20
python-version: 3.8
21
22
- run: sudo npm install katex -g
23
- - uses: actions/cache@v2
+ - uses: actions/cache@v3
24
25
path: ~/.cache/pip
26
key: pip-${{ hashFiles('requirements-dev.txt') }}-${{ hashFiles('docs/requirements.txt') }}
0 commit comments