mirror of
https://github.com/dilllxd/gitfolio.git
synced 2024-08-14 22:28:09 +00:00
18 lines
273 B
YAML
18 lines
273 B
YAML
language: node_js
|
|
node_js:
|
|
- 11
|
|
dist: bionic
|
|
deploy:
|
|
provider: pages
|
|
skip_cleanup: true
|
|
github_token: $GITHUB_TOKEN
|
|
keep_history: true
|
|
on:
|
|
branch: master
|
|
cache:
|
|
directories:
|
|
- node_modules
|
|
before_script:
|
|
- npm install ./
|
|
script:
|
|
- gitfolio k4ustu3h
|