From 96a47527e43fcda7ee440e801ce1dacef1b80f32 Mon Sep 17 00:00:00 2001 From: Paramtamtam Date: Wed, 8 Jul 2020 22:56:45 +0500 Subject: [PATCH] Workflow fixed --- .github/workflows/release.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index cbf1df4..aeb6ef3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -26,8 +26,14 @@ jobs: key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }} - name: Install dependencies + run: yarn install + + - name: Generate pages run: ./bin/generator.js -c ./config.json -o ./out + - name: Copy static files + run: cp ./static/* ./out + - name: Upload artifact uses: actions/upload-artifact@v2 with: