Skip to content

Commit

Permalink
run docs only when docs is modified
Browse files Browse the repository at this point in the history
  • Loading branch information
philippemiron committed Jul 1, 2024
1 parent 2a2371d commit 83c1c47
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@ name: Docs
on:
push:
branches: [ main ]
paths:
- 'docs/**'
pull_request:
branches: [ main ]
paths:
- 'docs/**'

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ To run the image, you have to map port `8501` to a local port and set the `GEMIN
```
docker run -p 8501:8501 -e GEMINI_API_TOKEN=$GEMINI_API_KEY pmiron/alice-rag-llm:latest
```
will launch a Streamlit application locally, i.e. at [http://0.0.0.0:8501](http://0.0.0.0:8501).
will launch a Streamlit application locally, i.e. at [http://0.0.0.0:8501](http://0.0.0.0:8501). Below a screenshot of an interaction with the application.

![screnshot-alicerage](img/alicerag.png)

0 comments on commit 83c1c47

Please sign in to comment.