Skip to content

Commit 60848b2

Browse files
committed
fix: correct paths for SVG assets in GitHub Actions workflow
1 parent 2795595 commit 60848b2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@ jobs:
3939
- name: Move articles to correct location
4040
run: |
4141
mkdir -p src/routes/posts/mdarticles/[slug]/
42-
mkdir -p lib/assets/mdsvg
42+
mkdir -p src/lib/assets/mdsvg
4343
mv templorary/mdarticles/*md src/routes/posts/mdarticles/[slug]/
44-
mv templorary/mdarticles/*svg lib/assets/mdsvg
44+
mv templorary/mdarticles/*svg src/lib/assets/mdsvg/
4545
rm -rf templorary
4646
4747
- name: Setup Node.js

0 commit comments

Comments
 (0)