diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2595407..3c0f346 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,7 +25,7 @@ jobs: - name: Apply configurations run: | cp quartz.config.ts quartz.layout.ts quartz - cp -R content quartz/content + cp -rf content/* quartz/content/ - name: Setup Node.js uses: actions/setup-node@v3 with: