mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03:00
Merge pull request #6563 from squidfunk/dependabot/github_actions/actions/upload-pages-artifact-3
Bump actions/upload-pages-artifact from 2 to 3
This commit is contained in:
commit
d077263ee5
2
.github/workflows/documentation.yml
vendored
2
.github/workflows/documentation.yml
vendored
@ -104,7 +104,7 @@ jobs:
|
|||||||
done
|
done
|
||||||
|
|
||||||
- name: Upload to GitHub Pages
|
- name: Upload to GitHub Pages
|
||||||
uses: actions/upload-pages-artifact@v2
|
uses: actions/upload-pages-artifact@v3
|
||||||
with:
|
with:
|
||||||
path: site
|
path: site
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user