From ce2539c9f26dabacb76d224985608f19161a49f9 Mon Sep 17 00:00:00 2001 From: echo <91651232+exhq@users.noreply.github.com> Date: Wed, 19 Oct 2022 21:10:15 +0330 Subject: aaaaaaaaaaa pain --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.github/workflows') diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3670d47..4babd03 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -27,9 +27,9 @@ jobs: done echo "">>"dist/malds/index.html" - mkdir dist + mkdir -p dist cp -r static/* dist - mkdir dist/beta + mkdir -p dist/beta cp -r console/build/distributions/* dist/beta - uses: peaceiris/actions-gh-pages@v3 if: ${{ github.ref == 'refs/heads/main' }} -- cgit