Skip to content

Commit a1f2f56

Browse files
committed
update github actions
1 parent 41d338f commit a1f2f56

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/docs-ci.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -27,17 +27,17 @@ jobs:
2727
- uses: actions/setup-python@v4
2828
with:
2929
python-version: 3.x
30-
- uses: actions/cache@v2
30+
- uses: actions/cache@v4
3131
with:
3232
key: ${{ github.ref }}
3333
path: .cache
3434
- run: pip install mkdocs-material git+https://github.com/luelista/pygments-pgdl-lexer.git
3535
- run: mkdocs build --site-dir public
3636
- name: Upload artifact
37-
uses: actions/upload-pages-artifact@v1
37+
uses: actions/upload-pages-artifact@v3
3838
with:
3939
# Upload entire repository
4040
path: public
4141
- name: Deploy to GitHub Pages
4242
id: deployment
43-
uses: actions/deploy-pages@v1
43+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)