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: