fix: update deployment path from 'out' to 'build' in Node.js workflow
All checks were successful
GBCI / build (push) Successful in 1m27s
All checks were successful
GBCI / build (push) Successful in 1m27s
This commit is contained in:
parent
96ca063a8e
commit
4fc6e3cf52
1 changed files with 9 additions and 5 deletions
|
@ -104,8 +104,8 @@ const config: Config = {
|
||||||
title: "Docs",
|
title: "Docs",
|
||||||
items: [
|
items: [
|
||||||
{
|
{
|
||||||
label: "Documentation",
|
label: "Home",
|
||||||
to: "/index",
|
to: "/",
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
@ -113,13 +113,17 @@ const config: Config = {
|
||||||
title: "Community",
|
title: "Community",
|
||||||
items: [
|
items: [
|
||||||
{
|
{
|
||||||
label: "Stack Overflow",
|
label: "Templates",
|
||||||
href: "https://stackoverflow.com/questions/tagged/generalbots",
|
href: "https://alm.pragmatismo.com.br/GeneralBots/botserver/src/branch/main/templates",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: "YouTube",
|
label: "YouTube",
|
||||||
href: "https://www.youtube.com/@generalbots",
|
href: "https://www.youtube.com/@generalbots",
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
label: "Stack Overflow",
|
||||||
|
href: "https://stackoverflow.com/questions/tagged/generalbots",
|
||||||
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -127,7 +131,7 @@ const config: Config = {
|
||||||
items: [
|
items: [
|
||||||
{
|
{
|
||||||
label: "Blog",
|
label: "Blog",
|
||||||
to: "/blog",
|
to: "https://pragmatismo.com.br/blog",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: "GitHub",
|
label: "GitHub",
|
||||||
|
|
Loading…
Add table
Reference in a new issue