Workflow fixed

This commit is contained in:
Paramtamtam 2020-07-08 22:56:45 +05:00
parent bce0277e7b
commit 96a47527e4
No known key found for this signature in database
GPG Key ID: 366371698FAD0A2B

View File

@ -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: