Skip to content

Commit

Permalink
create nonexistent directory
Browse files Browse the repository at this point in the history
  • Loading branch information
alifeee committed Dec 15, 2023
1 parent 64324e0 commit 405e382
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,14 +44,16 @@ jobs:
mv build/cv.html build/index.html
mv build/cv.pdf build/Alfie-Renn-CV.pdf
- name: Copy build files
- name: Create _site directory
run: mkdir _site
- name: Copy build files to _site
run: cp -r build/* _site/
- name: Copy static files
run: cp -r public/* _site/

- name: Upload GitHub Pages artifact
uses: actions/upload-pages-artifact@v2

- name: Save build folder as artifact
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 405e382

Please sign in to comment.