Skip to content

Commit

Permalink
Update file paths in publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
charlieJ107 committed Mar 31, 2024
1 parent dc5722e commit 908fc42
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ jobs:
- name: Copy Content
run: |
mkdir -p src/content
ls src
cp -r content/* src/content/
cp -r content/content/* src/content/
cp -r content/images images
rm -rf content
- name: Detect package manager
Expand Down

0 comments on commit 908fc42

Please sign in to comment.