mirror of
https://github.com/harttle/liquidjs.git
synced 2026-09-17 05:10:40 -07:00
fix: try fix travis
This commit is contained in:
+2
-7
@@ -11,21 +11,16 @@ jobs:
|
|||||||
- commitlint-travis
|
- commitlint-travis
|
||||||
- name: 'Coverage'
|
- name: 'Coverage'
|
||||||
script: npm run coverage-coveralls
|
script: npm run coverage-coveralls
|
||||||
- name: 'Build'
|
|
||||||
script:
|
|
||||||
- npm run build
|
|
||||||
- npm run build-docs
|
|
||||||
- stage: release
|
- stage: release
|
||||||
name: 'Publish'
|
name: 'Publish'
|
||||||
if: branch = master
|
if: branch = master
|
||||||
script: skip
|
script: npm run build
|
||||||
deploy:
|
deploy:
|
||||||
provider: script
|
provider: script
|
||||||
skip_cleanup: true
|
|
||||||
script: npx semantic-release
|
script: npx semantic-release
|
||||||
- name: 'Document'
|
- name: 'Document'
|
||||||
if: branch = master
|
if: branch = master
|
||||||
|
script: npm run build-docs
|
||||||
provider: pages
|
provider: pages
|
||||||
skip_cleanup: true
|
|
||||||
github_token: $GITHUB_TOKEN
|
github_token: $GITHUB_TOKEN
|
||||||
local_dir: docs/public
|
local_dir: docs/public
|
||||||
|
|||||||
Reference in New Issue
Block a user