mirror of
https://github.com/tarampampam/error-pages.git
synced 2024-08-30 18:22:40 +00:00
Workflow fixed
This commit is contained in:
parent
bce0277e7b
commit
96a47527e4
6
.github/workflows/release.yml
vendored
6
.github/workflows/release.yml
vendored
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user