Skip to content

Commit 4d6536f

Browse files
committed
fix deploy_document
1 parent 29f7e63 commit 4d6536f

2 files changed

Lines changed: 9 additions & 8 deletions

File tree

.github/workflows/deploy_documentation.yml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
name: Deploy documentation to GitHub Pages
22

33
on:
4-
workflow_run:
5-
workflows: ["Release updates"]
6-
types: [completed]
7-
workflow_dispatch:
8-
workflow_call:
9-
workflow_dispatch:
4+
pull_request:
5+
branches: [ main ]
6+
# workflow_run:
7+
# workflows: ["Release updates"]
8+
# types: [completed]
9+
# workflow_call:
10+
# workflow_dispatch:
1011

1112
jobs:
1213
deploy:

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,8 @@ OpenGateLLM is still under *beta version*, major breaking changes may occur. Che
9696

9797
<div id="toc">
9898
<ul align="center" style="list-style: none">
99-
<a href="https://www.numerique.gouv.fr/numerique-etat/dinum/" ><img src="./docs/static/img/dinum_logo.png" alt="DINUM logo" width="300" style="margin-right: 40px"></a>
100-
<a href="https://www.centralesupelec.fr"><img src="./docs/static/img/centralsupelec_logo.png" alt="CentraleSupélec logo" width="200" style="margin-right: 40px"></a>
99+
<a href="https://www.numerique.gouv.fr/numerique-etat/dinum/" ><img src="./docs/src/assets/img/dinum_logo.png" alt="DINUM logo" width="300" style="margin-right: 40px"></a>
100+
<a href="https://www.centralesupelec.fr"><img src="./docs/src/assets/img/centralsupelec_logo.png" alt="CentraleSupélec logo" width="200" style="margin-right: 40px"></a>
101101
</ul>
102102
</div>
103103

0 commit comments

Comments
 (0)