Skip to content

Commit 96a4752

Browse files
author
Paramtamtam
committed
Workflow fixed
1 parent bce0277 commit 96a4752

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/release.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,14 @@ jobs:
2626
key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}
2727

2828
- name: Install dependencies
29+
run: yarn install
30+
31+
- name: Generate pages
2932
run: ./bin/generator.js -c ./config.json -o ./out
3033

34+
- name: Copy static files
35+
run: cp ./static/* ./out
36+
3137
- name: Upload artifact
3238
uses: actions/upload-artifact@v2
3339
with:

0 commit comments

Comments
 (0)