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
|
||||
uses: actions/upload-pages-artifact@v3
|
||||
with:
|
||||
path: './rendercv_output/Will_Holdsworth_CV.pdf'
|
||||
path: './rendercv_output/'
|
||||
- name: Deploy to GitHub Pages
|
||||
id: deployment
|
||||
uses: actions/deploy-pages@v4
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue