mirror of
https://github.com/snachodog/just-the-docs.git
synced 2026-06-04 01:49:44 -06:00
Further deploy fixes
This commit is contained in:
@@ -48,6 +48,8 @@ jobs:
|
||||
- name: Upload artifact
|
||||
# Automatically uploads an artifact from the './_site' directory by default
|
||||
uses: actions/upload-pages-artifact@v3
|
||||
with:
|
||||
path: _site
|
||||
|
||||
# Deployment job
|
||||
deploy:
|
||||
@@ -59,4 +61,4 @@ jobs:
|
||||
steps:
|
||||
- name: Deploy to GitHub Pages
|
||||
id: deployment
|
||||
uses: actions/deploy-pages@v2
|
||||
uses: actions/deploy-pages@v4
|
||||
|
||||
Reference in New Issue
Block a user