forked from docs/doc-exports
cloning git repo
This commit is contained in:
@ -35,8 +35,11 @@ jobs:
|
||||
python-version: '3.10' # adjust version as needed
|
||||
|
||||
- name: Clone doc-convertor from Gitea
|
||||
env:
|
||||
GITEA_TOKEN: ${{ secrets.GITEA_TOKEN }}
|
||||
GITEA_SERVER_URL: ${{ gitea.server_url }}
|
||||
run: |
|
||||
git clone https://gitea.eco.tsi-dev.otc-service.com/docs/doc-convertor.git
|
||||
git clone https://${GITEA_TOKEN}@gitea.eco.tsi-dev.otc-service.com/docs/doc-convertor.git
|
||||
|
||||
- name: Create virtualenv and install package in editable mode
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user