Skip to content

Commit

Permalink
.ci.yml: Fixed path to requirements.txt for docs
Browse files Browse the repository at this point in the history
Signed-off-by: Grzegorz Latosinski <glatosinski@antmicro.com>
  • Loading branch information
glatosinski committed May 18, 2023
1 parent 3ffe9c7 commit e720f6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Documentation:
DOCS_DIR: 'docs'
script:
- cd $DOCS_DIR
- pip3 install -r requirements.sphinx.txt
- pip3 install -r requirements.txt
- make html latexpdf
- cp build/latex/*.pdf build/html
- tar cf ../$CI_DOCS_ARCHIVE -C build/html/ .
Expand Down

0 comments on commit e720f6d

Please sign in to comment.