mirror of
https://github.com/openhwgroup/cva6.git
synced 2025-04-22 21:27:10 -04:00
Fixed error in CI file
This commit is contained in:
parent
30a93e8dc3
commit
2d2980b3f8
1 changed files with 7 additions and 4 deletions
|
@ -1,14 +1,17 @@
|
|||
stages:
|
||||
- deploy
|
||||
|
||||
publishToFTP:
|
||||
stage: deploy
|
||||
script:
|
||||
- lftp -e "mirror -R site . ; quit;" -u $FTP_USER,$FTP_PASSWORD $FTP_HOST
|
||||
|
||||
pages:
|
||||
stage: deploy
|
||||
script:
|
||||
- mkdocs build
|
||||
artifacts:
|
||||
paths:
|
||||
- site
|
||||
|
||||
publishToFTP:
|
||||
stage: deploy
|
||||
script:
|
||||
- lftp -e "mirror -R site . ; quit;" -u $FTP_USER,$FTP_PASSWORD $FTP_HOST
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue