mirror of
https://gitlab.com/Titan-C/org-cv.git
synced 2024-11-15 02:58:29 +00:00
move dir from relative path
This commit is contained in:
parent
6abfbbe702
commit
6bdc5dc497
1 changed files with 1 additions and 3 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue