From 5d897491f8943af39ee71b239ea2972d196cc0d3 Mon Sep 17 00:00:00 2001 From: Evgeny Blokhin Date: Tue, 30 Apr 2024 13:41:55 +0200 Subject: [PATCH] Fix GH build --- .github/workflows/deploy-to-gh.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy-to-gh.yml b/.github/workflows/deploy-to-gh.yml index d688f33..1de2fe8 100644 --- a/.github/workflows/deploy-to-gh.yml +++ b/.github/workflows/deploy-to-gh.yml @@ -26,12 +26,12 @@ jobs: - name: Save files run: | mkdir dist - cp ermac.min.js jquery.min.js dist + cp ermac.min.js src_js/third_party/jquery.min.js dist cp -r webassets oauth crystvis dist cp example_prod.html dist/index.html - name: Deploy - uses: JamesIves/github-pages-deploy-action@4.1.7 + uses: JamesIves/github-pages-deploy-action@4.6.0 with: branch: gh-pages folder: dist