From dec3667e075cdf2389b62f03e5b01e20a1fdc047 Mon Sep 17 00:00:00 2001 From: Thomas Clavier Date: Fri, 24 Nov 2023 10:48:02 +0100 Subject: [PATCH] missing install step --- .github/workflows/gh-pages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index 5c5159347..788745895 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -26,7 +26,7 @@ jobs: - name: build Pages run: | mkdir _site - docker run -u $(id -u):$(id -g) -v $(pwd):/workspace fa-builder npm run build + docker run -u $(id -u):$(id -g) -v $(pwd):/workspace fa-builder bash -c "env; npm install; npm run build" - name: Upload GitHub Pages artifact uses: actions/upload-pages-artifact@v1 - name: Deploy to GitHub Pages