mirror of
https://codeberg.org/fediverse/fediparty.git
synced 2024-10-31 22:27:21 +00:00
Testing CI
This commit is contained in:
parent
99de90262f
commit
c50697010a
|
@ -6,6 +6,8 @@ pipeline:
|
||||||
image: node:lts-alpine
|
image: node:lts-alpine
|
||||||
commands:
|
commands:
|
||||||
- npm install gulp -g
|
- npm install gulp -g
|
||||||
|
- whereis gulp
|
||||||
|
- echo $PATH
|
||||||
- npm install hexo-cli -g
|
- npm install hexo-cli -g
|
||||||
- gulp build --cwd ./themes/starter
|
- gulp build --cwd ./themes/starter
|
||||||
- hexo generate
|
- hexo generate
|
||||||
|
|
Loading…
Reference in a new issue