mirror of
https://github.com/yuzu-emu/yuzu-emu.github.io.git
synced 2025-08-31 13:22:01 +00:00
Tweaked Travis Script
This commit is contained in:
parent
327e98b11a
commit
7660ff5269
|
@ -4,7 +4,7 @@ language: node_js
|
||||||
node_js: node
|
node_js: node
|
||||||
cache: yarn
|
cache: yarn
|
||||||
|
|
||||||
script:
|
install:
|
||||||
- echo '========== Installing gulp & dependencies =========='
|
- echo '========== Installing gulp & dependencies =========='
|
||||||
- sudo apt-get install graphicsmagick
|
- sudo apt-get install graphicsmagick
|
||||||
- wget -O hugo.deb https://github.com/gohugoio/hugo/releases/download/v0.31.1/hugo_0.31.1_Linux-64bit.deb
|
- wget -O hugo.deb https://github.com/gohugoio/hugo/releases/download/v0.31.1/hugo_0.31.1_Linux-64bit.deb
|
||||||
|
@ -12,9 +12,13 @@ script:
|
||||||
- yarn global add gulp
|
- yarn global add gulp
|
||||||
- yarn install
|
- yarn install
|
||||||
|
|
||||||
- echo '========== Starting gulp deploy task =========='
|
before_install:
|
||||||
- hugo version
|
- hugo version
|
||||||
|
|
||||||
|
script:
|
||||||
|
- echo '========== Starting gulp deploy task =========='
|
||||||
- gulp all --production
|
- gulp all --production
|
||||||
|
|
||||||
deploy:
|
deploy:
|
||||||
provider: pages
|
provider: pages
|
||||||
skip_cleanup: true
|
skip_cleanup: true
|
||||||
|
|
Loading…
Reference in a new issue