Skip to content

Commit

Permalink
readme img
Browse files Browse the repository at this point in the history
  • Loading branch information
mjaquiery committed Dec 7, 2023
1 parent 3e1b4a9 commit 1e1ca47
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/clients.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,10 @@ jobs:
- name: Setup tmate session
uses: mxschmitt/action-tmate@v3
if: ${{ github.event_name == 'workflow_dispatch' && inputs.debug_enabled }}

- name: Make clients directory
run: |
mkdir clients
- name: Create API client - python
run: |
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Galv is deployed with [Docker](https://docs.docker.com/) to support robust local
An example frontend view is displayed below.

<p align="center">
<img src="docs/source/img/galv_frontend_v1.png" width="900" />
<img src="img/galv_frontend_v1.png" width="900" />
</p>

## Features:
Expand Down
Binary file added img/galv_frontend_v1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 1e1ca47

Please sign in to comment.