Compare commits

...

2 Commits

Author SHA1 Message Date
ab9a714b3e change: wait 10s before showing logs
Some checks failed
Blog Deployment / Check-Rebuild (push) Successful in 7s
Blog Deployment / Build (push) Successful in 9s
Blog Deployment / Deploy-Staging (push) Successful in 10s
Blog Deployment / Test-Staging (push) Failing after 3s
Blog Deployment / Merge (push) Has been skipped
Blog Deployment / Deploy-Production (push) Has been skipped
Blog Deployment / Test-Production (push) Has been skipped
Blog Deployment / Clean (push) Has been skipped
Blog Deployment / Notify (push) Successful in 2s
2026-04-30 10:39:30 +00:00
2a1debc648 add: i18n pagination 2026-04-30 10:38:27 +00:00
3 changed files with 13 additions and 3 deletions

View File

@@ -163,7 +163,7 @@ jobs:
cd /blog
docker compose down ${CONTAINER_NAME}
docker compose up -d ${CONTAINER_NAME}
sleep 5
sleep 10
echo "- Displaying container logs"
docker compose logs ${CONTAINER_NAME}

View File

@@ -75,4 +75,9 @@ footer:
other: " "
designedBy:
other: " "
other: " "
pagination:
jumpToPage: "Jump to page"
jump: "Go"
pressEnter: Press Enter to jump"

View File

@@ -74,4 +74,9 @@ footer:
other: " "
designedBy:
other: " "
other: " "
pagination:
jumpToPage: "Aller à la page"
jump: "Aller"
pressEnter: Presser Entrée pour aller"