get back to top directory after installing that thing
This commit is contained in:
parent
599ce0f514
commit
873f300ced
1 changed files with 2 additions and 0 deletions
|
@ -10,6 +10,7 @@ test:
|
||||||
- npm install
|
- npm install
|
||||||
- cd themes/avian
|
- cd themes/avian
|
||||||
- npm install
|
- npm install
|
||||||
|
- cd ../../
|
||||||
script:
|
script:
|
||||||
- hugo
|
- hugo
|
||||||
except:
|
except:
|
||||||
|
@ -23,6 +24,7 @@ pages:
|
||||||
- npm install
|
- npm install
|
||||||
- cd themes/avian
|
- cd themes/avian
|
||||||
- npm install
|
- npm install
|
||||||
|
- cd ../../
|
||||||
script:
|
script:
|
||||||
- hugo
|
- hugo
|
||||||
artifacts:
|
artifacts:
|
||||||
|
|
Reference in a new issue