We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9c11ed commit 2795595Copy full SHA for 2795595
.github/workflows/pages.yml
@@ -39,7 +39,9 @@ jobs:
39
- name: Move articles to correct location
40
run: |
41
mkdir -p src/routes/posts/mdarticles/[slug]/
42
- mv templorary/mdarticles/* src/routes/posts/mdarticles/[slug]/
+ mkdir -p lib/assets/mdsvg
43
+ mv templorary/mdarticles/*md src/routes/posts/mdarticles/[slug]/
44
+ mv templorary/mdarticles/*svg lib/assets/mdsvg
45
rm -rf templorary
46
47
- name: Setup Node.js
0 commit comments