From 85ba8370f57b7672e6bfdc0c476172d3e87734e6 Mon Sep 17 00:00:00 2001 From: Sebastian Date: Wed, 25 Oct 2023 15:07:20 +0200 Subject: [PATCH] Test --- .github/workflows/editors.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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