Skip to content

Commit 6858a2d

Browse files
authored
Update dependenceis (#151)
* Update dependencies Signed-off-by: Federico Busetti <[email protected]> * Add comment about reloader and opentelemetry automatic nstrumentation Signed-off-by: Federico Busetti <[email protected]> * Bump up github pages action Signed-off-by: Federico Busetti <[email protected]> --------- Signed-off-by: Federico Busetti <[email protected]>
1 parent 0e2b541 commit 6858a2d

File tree

3 files changed

+190
-208
lines changed

3 files changed

+190
-208
lines changed

.github/workflows/github-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
run: make docs-build
4444

4545
- name: Setup Pages
46-
uses: actions/configure-pages@v4
46+
uses: actions/configure-pages@v5
4747

4848
- name: Upload artifact
4949
uses: actions/upload-pages-artifact@v3

docker-compose.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ services:
8080
- --port
8181
- "8000"
8282
- --factory
83+
# Remember to disable the reloader in order to allow otel instrumentation
8384
- --reload
8485

8586
http:

0 commit comments

Comments
 (0)