Change artifact upload path to directory
This commit is contained in:
parent
289ea7c464
commit
3ef026e84a
1 changed files with 1 additions and 1 deletions
2
.github/workflows/static.yml
vendored
2
.github/workflows/static.yml
vendored
|
|
@ -29,7 +29,7 @@ jobs:
|
||||||
- name: Upload artifact
|
- name: Upload artifact
|
||||||
uses: actions/upload-pages-artifact@v3
|
uses: actions/upload-pages-artifact@v3
|
||||||
with:
|
with:
|
||||||
path: './rendercv_output/Will_Holdsworth_CV.pdf'
|
path: './rendercv_output/'
|
||||||
- name: Deploy to GitHub Pages
|
- name: Deploy to GitHub Pages
|
||||||
id: deployment
|
id: deployment
|
||||||
uses: actions/deploy-pages@v4
|
uses: actions/deploy-pages@v4
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue