Update .gitea/workflows/deploy-pages.yml
Some checks failed
Build and Deploy Documentation / build-and-deploy (push) Failing after 17s
Some checks failed
Build and Deploy Documentation / build-and-deploy (push) Failing after 17s
test
This commit is contained in:
@@ -18,7 +18,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Install system dependencies
|
- name: Install system dependencies
|
||||||
run: |
|
run: |
|
||||||
apk add doxygen
|
apk add doxygen graphviz
|
||||||
|
|
||||||
- name: Build musrfit-tech-docu
|
- name: Build musrfit-tech-docu
|
||||||
run: |
|
run: |
|
||||||
@@ -40,5 +40,5 @@ jobs:
|
|||||||
cp -r ./doc/technical/html/* .
|
cp -r ./doc/technical/html/* .
|
||||||
git add .
|
git add .
|
||||||
git commit -m "Deploy site"
|
git commit -m "Deploy site"
|
||||||
git push -f https://${{secrets.GITHUB_TOKEN}}@gitea.psi.ch/${{ github.repository }}.git gitea-pages
|
git push --verbose -f https://${{secrets.GITHUB_TOKEN}}@gitea.psi.ch/${{ github.repository }}.git gitea-pages
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user