Skip to content

Commit

Permalink
Add content directory if it doesn't exist and copy content to src/con…
Browse files Browse the repository at this point in the history
…tent
  • Loading branch information
charlieJ107 committed Mar 31, 2024
1 parent cfc63cf commit 888d668
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,9 @@ jobs:

- name: Copy Content
run: |
if [ ! -d "content" ]; then
mkdir -p src/content
fi
cp -r content/* src/content/
rm -rf content
Expand Down

0 comments on commit 888d668

Please sign in to comment.