mirror of
https://github.com/yuzu-emu/yuzu-emu.github.io.git
synced 2025-06-29 22:34:17 +00:00
Tweaked Travis Script
This commit is contained in:
parent
327e98b11a
commit
7660ff5269
|
@ -4,7 +4,7 @@ language: node_js
|
|||
node_js: node
|
||||
cache: yarn
|
||||
|
||||
script:
|
||||
install:
|
||||
- echo '========== Installing gulp & dependencies =========='
|
||||
- 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
|
||||
|
@ -12,9 +12,13 @@ script:
|
|||
- yarn global add gulp
|
||||
- yarn install
|
||||
|
||||
- echo '========== Starting gulp deploy task =========='
|
||||
before_install:
|
||||
- hugo version
|
||||
|
||||
script:
|
||||
- echo '========== Starting gulp deploy task =========='
|
||||
- gulp all --production
|
||||
|
||||
deploy:
|
||||
provider: pages
|
||||
skip_cleanup: true
|
||||
|
|
Loading…
Reference in a new issue