Set destination for downloaded artifact
This commit is contained in:
6
.github/workflows/regression_template.yml
vendored
6
.github/workflows/regression_template.yml
vendored
@@ -154,14 +154,16 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/download-artifact@v3
|
- uses: actions/download-artifact@v3
|
||||||
|
if: ${{ inputs.skip_test }}
|
||||||
with:
|
with:
|
||||||
name: github-pages
|
name: github-pages
|
||||||
|
path: github-pages
|
||||||
|
|
||||||
- name: Upload Code Coverage Pages
|
- name: Upload Code Coverage Pages
|
||||||
uses: actions/upload-pages-artifact@v2.0.0
|
uses: actions/upload-pages-artifact@v2.0.0
|
||||||
if: inputs.skip_test
|
if: ${{ inputs.skip_test }}
|
||||||
with:
|
with:
|
||||||
path: .
|
path: github-pages
|
||||||
|
|
||||||
- name: Deploy GitHub Pages site
|
- name: Deploy GitHub Pages site
|
||||||
id: deployment
|
id: deployment
|
||||||
|
|||||||
Reference in New Issue
Block a user