move dir from relative path

This commit is contained in:
Óscar Nájera 2018-05-02 00:32:56 +02:00
parent 6abfbbe702
commit 6bdc5dc497

View file

@ -21,9 +21,7 @@ pages:
script: script:
- emacs --batch -Q --script genfiles.el - emacs --batch -Q --script genfiles.el
- cd doc; hugo - cd doc; hugo
- pwd - mv public/ ../public/ # Because I remain now in the doc folder
- ls -lah
- mv doc/public/ public/
artifacts: artifacts:
paths: paths:
- public - public