mirror of
https://github.com/Magnus167/rustframe.git
synced 2025-10-04 20:09:24 +00:00
Update output directory for user guide and artifact upload in CI workflow
This commit is contained in:
5
.github/workflows/docs-and-testcov.yml
vendored
5
.github/workflows/docs-and-testcov.yml
vendored
@@ -178,7 +178,7 @@ jobs:
|
||||
- name: Copy user guide to output directory
|
||||
run: |
|
||||
mkdir -p target/doc/user-guide
|
||||
cp -r docs/book/* target/doc/user-guide/
|
||||
cp -r docs/book/* output/user-guide/
|
||||
|
||||
- name: Add index.html to output directory
|
||||
run: |
|
||||
@@ -189,7 +189,8 @@ jobs:
|
||||
# if: github.event_name == 'push' || github.event_name == 'workflow_dispatch'
|
||||
uses: actions/upload-pages-artifact@v3
|
||||
with:
|
||||
path: target/doc/
|
||||
# path: target/doc/
|
||||
path: output/
|
||||
|
||||
- name: Deploy to GitHub Pages
|
||||
# if: github.event_name == 'push' || github.event_name == 'workflow_dispatch'
|
||||
|
Reference in New Issue
Block a user