diff options
author | echo <91651232+exhq@users.noreply.github.com> | 2022-10-19 21:10:15 +0330 |
---|---|---|
committer | echo <91651232+exhq@users.noreply.github.com> | 2022-10-19 21:10:15 +0330 |
commit | ce2539c9f26dabacb76d224985608f19161a49f9 (patch) | |
tree | 3bd969dcd53c6e6ab3f3e72f6e4d75bed96f181a | |
parent | 37e1e900a6d624fdaae5ddd1fcaac4f7a6c376f2 (diff) | |
download | exhq.github.io-ce2539c9f26dabacb76d224985608f19161a49f9.tar.gz exhq.github.io-ce2539c9f26dabacb76d224985608f19161a49f9.tar.bz2 exhq.github.io-ce2539c9f26dabacb76d224985608f19161a49f9.zip |
aaaaaaaaaaa pain
-rw-r--r-- | .github/workflows/build.yml | 4 |
1 files changed, 2 insertions, 2 deletions
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 "</ul>">>"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' }} |