2022-02-03 22:27:12 +03:00
|
|
|
language: node_js
|
|
|
|
node_js:
|
|
|
|
- "14"
|
2022-02-09 11:29:48 +03:00
|
|
|
branches:
|
|
|
|
only:
|
|
|
|
- main
|
2022-02-03 22:27:12 +03:00
|
|
|
cache:
|
2022-03-17 11:12:13 +03:00
|
|
|
directories:
|
2022-03-18 11:09:02 +03:00
|
|
|
- node_modules
|
2022-02-03 22:27:12 +03:00
|
|
|
script:
|
|
|
|
- npm run test
|
2022-04-29 13:58:26 +03:00
|
|
|
- npm run lint
|
2022-02-03 22:27:12 +03:00
|
|
|
- npm run build
|
|
|
|
deploy:
|
|
|
|
provider: pages
|
2022-03-18 11:09:02 +03:00
|
|
|
skip_cleanup: true
|
2022-02-03 22:27:12 +03:00
|
|
|
local_dir: out
|
2022-03-17 11:12:13 +03:00
|
|
|
token: $GITHUB_TOKEN
|
2022-02-03 22:27:12 +03:00
|
|
|
target_branch: gh-pages
|
|
|
|
keep_history: true
|
|
|
|
on:
|
|
|
|
branch: main
|