mirror of
https://github.com/Magnus167/rustframe.git
synced 2025-08-20 04:00:01 +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: |
|
||||
mkdir output
|
||||
cp tarpaulin-report.html target/doc/rustframe/
|
||||
cp -r target/doc/rustframe/* output/
|
||||
# cp -r target/doc/rustframe/* output/
|
||||
|
||||
- name: Upload Pages artifact
|
||||
# if: github.event_name == 'push'
|
||||
uses: actions/upload-pages-artifact@v3
|
||||
with:
|
||||
path: output
|
||||
path: target/doc/
|
||||
|
||||
- name: Deploy to GitHub Pages
|
||||
# if: github.event_name == 'push'
|
||||
|
Loading…
x
Reference in New Issue
Block a user