-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feat/doc #60
Feat/doc #60
Conversation
@charnysh-dev it is still failing to deploy
|
@charnysh-dev could you clarify please - what is the reason to remove Also it is still failing:
-----> Building on the Heroku-18 stack
-----> Using buildpack: heroku/nodejs
-----> Node.js app detected
-----> Creating runtime environment
-----> Installing binaries
-----> Installing dependencies
-----> Build
The current prefix "dvc-org-pulls/cml-dev-feat-doc-8pctedhbd5khv" is empty! Attempting to fall back on production cache.
|
@shcheklein Could you share the heroku error log? |
Here's the build log:
Application logs:
|
If you needed logs for the latest build:
Application logs:
|
content/linked-terms.js
Outdated
module.exports = [ | ||
{ | ||
matches: 'dvc.yaml', | ||
url: '/doc/user-guide/project-structure/pipelines-files' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
these links will be broken on this website
{ | ||
resolve: `gatsby-plugin-google-analytics`, | ||
options: { | ||
trackingId: `UA-120072346-5`, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
which one do we use now?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We may use the env variable. May I change it as a static one?
Line 172
if (process.env.CONTEXT === 'production') {
plugins.push({
resolve: 'gatsby-plugin-google-analytics',
options: {
respectDNT: true,
trackingId: process.env.GA_ID
}
})
}
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes, we can (and should use) env var I think
No description provided.