mirror of
https://github.com/iyear/tdl
synced 2025-04-04 22:33:36 +08:00
fix(actions): deprecated artifact upload/download
This commit is contained in:
parent
8e6df9b0d7
commit
6abb368d4b
4
.github/workflows/docs.yml
vendored
4
.github/workflows/docs.yml
vendored
@ -54,7 +54,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
cp -r scripts/install.* docs/public
|
cp -r scripts/install.* docs/public
|
||||||
- name: Upload artifact
|
- name: Upload artifact
|
||||||
uses: actions/upload-pages-artifact@v2
|
uses: actions/upload-pages-artifact@v3
|
||||||
with:
|
with:
|
||||||
path: ./docs/public
|
path: ./docs/public
|
||||||
|
|
||||||
@ -67,4 +67,4 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Deploy to GitHub Pages
|
- name: Deploy to GitHub Pages
|
||||||
id: deployment
|
id: deployment
|
||||||
uses: actions/deploy-pages@v3
|
uses: actions/deploy-pages@v4
|
||||||
|
Loading…
x
Reference in New Issue
Block a user