mirror of
https://github.com/Magnus167/rustframe.git
synced 2025-08-20 06:30:00 +00:00
testing with updated output directory for Pages artifact upload
This commit is contained in:
parent
45b45f5817
commit
33ea2d9334
4
.github/workflows/docs-and-testcov.yml
vendored
4
.github/workflows/docs-and-testcov.yml
vendored
@ -54,13 +54,13 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
mkdir output
|
mkdir output
|
||||||
cp tarpaulin-report.html target/doc/rustframe/
|
cp tarpaulin-report.html target/doc/rustframe/
|
||||||
cp -r target/doc/rustframe/* output/
|
# cp -r target/doc/rustframe/* output/
|
||||||
|
|
||||||
- name: Upload Pages artifact
|
- name: Upload Pages artifact
|
||||||
# if: github.event_name == 'push'
|
# if: github.event_name == 'push'
|
||||||
uses: actions/upload-pages-artifact@v3
|
uses: actions/upload-pages-artifact@v3
|
||||||
with:
|
with:
|
||||||
path: output
|
path: target/doc/
|
||||||
|
|
||||||
- name: Deploy to GitHub Pages
|
- name: Deploy to GitHub Pages
|
||||||
# if: github.event_name == 'push'
|
# if: github.event_name == 'push'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user