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
|
||||
- cd themes/avian
|
||||
- npm install
|
||||
- cd ../../
|
||||
script:
|
||||
- hugo
|
||||
except:
|
||||
|
@ -23,6 +24,7 @@ pages:
|
|||
- npm install
|
||||
- cd themes/avian
|
||||
- npm install
|
||||
- cd ../../
|
||||
script:
|
||||
- hugo
|
||||
artifacts:
|
||||
|
|
Reference in a new issue