diff --git a/.github/workflows/editors.yml b/.github/workflows/editors.yml index de2baac0..5f8a2bb1 100644 --- a/.github/workflows/editors.yml +++ b/.github/workflows/editors.yml @@ -17,7 +17,7 @@ jobs: - name: Move Files run: | - md out + mdir out mv editors/*.* out/ - name: Build Markdown @@ -40,5 +40,6 @@ jobs: uses: JamesIves/github-pages-deploy-action@v4.4.3 with: branch: gh-pages - folder: dist + folder: out + target-folder: editors clean: true