fix clone directory in gitea deploy-pages
All checks were successful
build and deploy documentation / build-and-deploy (push) Successful in 3s
All checks were successful
build and deploy documentation / build-and-deploy (push) Successful in 3s
This commit is contained in:
@@ -18,7 +18,7 @@ jobs:
|
||||
- name: checkout
|
||||
working-directory: /app
|
||||
run: |
|
||||
git clone --branch distro --single-branch https://${{ secrets.REPO_TOKEN }}@gitea.psi.ch/${{ github.repository }}.git
|
||||
git clone --branch distro --single-branch https://${{ secrets.REPO_TOKEN }}@gitea.psi.ch/${{ github.repository }}.git igor-procs
|
||||
|
||||
- name: build
|
||||
working-directory: /app/igor-procs/doc
|
||||
|
||||
Reference in New Issue
Block a user