mirror of
https://github.com/Abdess/retrobios.git
synced 2026-06-19 18:32:48 +00:00
fix: zero warnings on mkdocs build, update actions to v4/v5
This commit is contained in:
parent
c5b267a6fb
commit
4b09205bc9
2 changed files with 6 additions and 6 deletions
4
.github/workflows/deploy-site.yml
vendored
4
.github/workflows/deploy-site.yml
vendored
|
|
@ -43,7 +43,7 @@ jobs:
|
|||
mkdocs build
|
||||
|
||||
- name: Upload artifact
|
||||
uses: actions/upload-pages-artifact@v3
|
||||
uses: actions/upload-pages-artifact@v4
|
||||
with:
|
||||
path: site/
|
||||
|
||||
|
|
@ -56,4 +56,4 @@ jobs:
|
|||
steps:
|
||||
- name: Deploy to GitHub Pages
|
||||
id: deployment
|
||||
uses: actions/deploy-pages@v4
|
||||
uses: actions/deploy-pages@v5
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue