fix: Update GitHub Pages workflow for correct build path
- Fixed build directory path in GitHub Actions workflow - Updated artifact upload path to match build output - This should resolve the GitHub Pages deployment issue
This commit is contained in:
4
.github/workflows/docs.yml
vendored
4
.github/workflows/docs.yml
vendored
@@ -42,12 +42,12 @@ jobs:
|
|||||||
- name: Build documentation
|
- name: Build documentation
|
||||||
run: |
|
run: |
|
||||||
cd docs-site
|
cd docs-site
|
||||||
mkdocs build
|
mkdocs build --site-dir ../site
|
||||||
|
|
||||||
- name: Upload artifact
|
- name: Upload artifact
|
||||||
uses: actions/upload-pages-artifact@v3
|
uses: actions/upload-pages-artifact@v3
|
||||||
with:
|
with:
|
||||||
path: docs-site/site
|
path: site
|
||||||
|
|
||||||
deploy:
|
deploy:
|
||||||
environment:
|
environment:
|
||||||
|
|||||||
Reference in New Issue
Block a user