diff --git a/.github/workflows/copy-files-from-til.yml b/.github/workflows/copy-files-from-til.yml index 3a897469..b8ace333 100644 --- a/.github/workflows/copy-files-from-til.yml +++ b/.github/workflows/copy-files-from-til.yml @@ -41,7 +41,8 @@ jobs: done } - add_labels_to_files TIL + ls + add_labels_to_files . - name: Copy files run: | diff --git a/astro.config.mjs b/astro.config.mjs index 75191bca..2df7b512 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -23,7 +23,7 @@ export default defineConfig({ }, { label: 'TIL', - autogenerate: { directory: 'TIL/개발', collapsed: true }, + autogenerate: { directory: 'TIL', collapsed: true }, } ], customCss: ['./src/tailwind.css'],