From af3a068fd67b7e14aabec03e99fcf8be64c959bf Mon Sep 17 00:00:00 2001 From: Evgeny Blokhin Date: Sat, 23 Sep 2023 01:07:07 +0200 Subject: [PATCH] Try to build on GH --- .github/workflows/deploy-to-gh.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy-to-gh.yml b/.github/workflows/deploy-to-gh.yml index b1b324a..c953ae2 100644 --- a/.github/workflows/deploy-to-gh.yml +++ b/.github/workflows/deploy-to-gh.yml @@ -24,12 +24,13 @@ jobs: - name: Save files run: | mkdir build - cp ermac.min.js jquery.min.js webassets build + cp ermac.min.js jquery.min.js build + cp -r webassets build cp example_prod.html build/index.html ls -al build - name: Deploy - uses: JamesIves/github-pages-deploy-action@4.1.7 + uses: JamesIves/github-pages-deploy-action@4 with: branch: gh-pages folder: build