mirror of
https://github.com/web3privacy/docs
synced 2024-10-15 18:46:26 +02:00
Attempting fix of broken deployment
"title:" was missing from the 24-30 June.md file Without it the Astro schema broke and so it could not deploy new versions as the build threw the following error: ''' Error: 4 [ERROR] [vite] x Build failed in 1.15s [InvalidContentEntryFrontmatterError] [astro:content-imports] docs → contributors/weekly/24-30 June.md frontmatter does not match collection schema. title: Required file: /home/runner/work/docs/docs/src/content/docs/contributors/weekly/24-30 June.md?astroContentCollectionEntry=true:0:0 '''
This commit is contained in:
parent
6fe9422937
commit
914270c296
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
week: 24-30 June
|
||||
title: week 24-30 June
|
||||
---
|
||||
|
||||
Partnerships
|
||||
|
|
Loading…
Reference in a new issue