mirror of
https://github.com/snachodog/just-the-docs.git
synced 2025-04-05 19:51:23 -06:00
Further deploy fixes
This commit is contained in:
parent
ab02d13c6c
commit
3dae5b6e39
4
.github/workflows/deploy.yml
vendored
4
.github/workflows/deploy.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user