fix: adding footer translation and correcting pipeline step name
Deploy Documentation / check-and-deploy (push) Successful in 13s

This commit is contained in:
2026-06-24 18:57:07 +02:00
parent 58782c95cd
commit 5b65c52726
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ jobs:
- name: Install dependencies
run: npm ci --legacy-peer-deps
- name: Build documentation
- name: Build website
run: npm run build
- name: Deploy to Apache volume
+1 -1
View File
@@ -45,7 +45,7 @@ const socials = [
<div class="footer__base">
<span>© {year} {site.name}</span>
<span class="footer__sep" aria-hidden="true">·</span>
<span>Bâti avec Astro + Nova Design System</span>
<span>Made with Astro + Nova Design System</span>
</div>
</footer>