fix: adding footer translation and correcting pipeline step name
Deploy Documentation / check-and-deploy (push) Successful in 13s
Deploy Documentation / check-and-deploy (push) Successful in 13s
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user