You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
👋 Hello, @unifiedjs! Since the repository's default branch is set to main, I noticed its HEAD (at this time of writing) points to 1171f43. Every status check passed except its deployment––reviewing that deployment's logs on Vercel, here's the tail-end of the stack trace starting from the error:
01:18:35.043 error "gatsby-plugin-mdx" threw an error while running the onCreateNode lifecycle:
01:18:35.043 Unexpected character `!` (U+0021) before name, expected a character that can start a name, such as a letter, `$`, or `_` (note: to create a comment in MDX, use `{/* text */}`)/vercel/workpath0/docs/getting-started/create-react-app.mdx: Unexpected character `!` (U+0021) before name, expected a character that can start a name, such as a letter, `$`, or `_` (note: to create a comment in MDX, use `{/* text */}`)
01:18:35.056
01:18:35.056 Error:
01:18:35.056
01:18:35.057 not finished source and transform nodes - 2.836s
01:18:35.958 error Command failed with exit code 1.
01:18:35.959 info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
01:18:35.979 error Command failed with exit code 1.
01:18:35.979 info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
01:18:35.988 Error: Command "yarn run now-build" exited with 1
01:18:39.735 Done with "package.json"
Since that deployment failed, the changes proposed in #1427 aren't reflected in production. I reviewed the first page of commits on main and it appears as thought the last 19 known deployments failed. 😱
Your environment
I don't think the OS, packages, or env are applicable here, since this report involves what's in production.
Steps to reproduce
Tell us how to reproduce this issue. Please provide a working and simplified example.
🎉 BONUS POINTS for creating a minimal reproduction and uploading it to GitHub. This will get you the fastest support. 🎉
The Contributing guide should reflect the latest changes from main (assuming that what's configured to deploy for this repository is that branch, and not some other branch like say, master).
... Is what's deployed to production main, master, or another branch? 🤔
Actual behaviour
Although the changes were merged yesterday, what's in production isn't reflected.
The text was updated successfully, but these errors were encountered:
Building the website on main is currently indeed broken, we’re getting ready for v2 and one of the things is creating a brand new website. The actual code is passing tests though; we’re aware!
Subject of the issue
👋 Hello, @unifiedjs! Since the repository's default branch is set to
main
, I noticed its HEAD (at this time of writing) points to 1171f43. Every status check passed except its deployment––reviewing that deployment's logs on Vercel, here's the tail-end of the stack trace starting from the error:Since that deployment failed, the changes proposed in #1427 aren't reflected in production. I reviewed the first page of commits on
main
and it appears as thought the last 19 known deployments failed. 😱Your environment
I don't think the OS, packages, or env are applicable here, since this report involves what's in production.
Steps to reproduce
#1427 updates
ar
toare
in the Contributing guide'sRunning the tests
section.Expected behaviour
The Contributing guide should reflect the latest changes from
main
(assuming that what's configured to deploy for this repository is that branch, and not some other branch like say,master
).... Is what's deployed to production
main
,master
, or another branch? 🤔Actual behaviour
Although the changes were merged yesterday, what's in production isn't reflected.
The text was updated successfully, but these errors were encountered: