Change artifact upload path to directory

This commit is contained in:
Will 2025-09-19 17:03:10 +10:00 committed by GitHub
parent 289ea7c464
commit 3ef026e84a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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