mirror of
https://github.com/dathere/100.dathere.com.git
synced 2025-12-19 00:29:25 +00:00
ci: use v2 of upload-pages-artifact and v3 of deploy-pages
This commit is contained in:
parent
b3b898f527
commit
7cf729a0ef
1 changed files with 2 additions and 2 deletions
4
.github/workflows/publish.yml
vendored
4
.github/workflows/publish.yml
vendored
|
|
@ -56,11 +56,11 @@ jobs:
|
|||
|
||||
# Upload the book's HTML as an artifact
|
||||
- name: Upload artifact
|
||||
uses: actions/upload-pages-artifact@v3
|
||||
uses: actions/upload-pages-artifact@v2
|
||||
with:
|
||||
path: "_build/html"
|
||||
|
||||
# Deploy the book's HTML to GitHub Pages
|
||||
- name: Deploy to GitHub Pages
|
||||
id: deployment
|
||||
uses: actions/deploy-pages@v2
|
||||
uses: actions/deploy-pages@v3
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue