From 405e3822efe077fe984ead409939e06d433664de Mon Sep 17 00:00:00 2001 From: alifeee Date: Fri, 15 Dec 2023 19:28:15 +0000 Subject: [PATCH] create nonexistent directory --- .github/workflows/publish.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index cb477a3..91b5afe 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -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: