We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41d338f commit a1f2f56Copy full SHA for a1f2f56
.github/workflows/docs-ci.yml
@@ -27,17 +27,17 @@ jobs:
27
- uses: actions/setup-python@v4
28
with:
29
python-version: 3.x
30
- - uses: actions/cache@v2
+ - uses: actions/cache@v4
31
32
key: ${{ github.ref }}
33
path: .cache
34
- run: pip install mkdocs-material git+https://github.com/luelista/pygments-pgdl-lexer.git
35
- run: mkdocs build --site-dir public
36
- name: Upload artifact
37
- uses: actions/upload-pages-artifact@v1
+ uses: actions/upload-pages-artifact@v3
38
39
# Upload entire repository
40
path: public
41
- name: Deploy to GitHub Pages
42
id: deployment
43
- uses: actions/deploy-pages@v1
+ uses: actions/deploy-pages@v4
0 commit comments