Skip to content
This repository was archived by the owner on Jan 5, 2026. It is now read-only.

Commit a1d1f76

Browse files
committed
fix deploy
1 parent f8edfab commit a1d1f76

2 files changed

Lines changed: 2 additions & 8 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -56,12 +56,6 @@ jobs:
5656
env:
5757
NODE_ENV: production
5858

59-
- name: Export static files
60-
run: yarn export || echo "No export command, using build output"
61-
62-
- name: Setup Pages
63-
uses: actions/configure-pages@v4
64-
6559
- name: Upload artifact
6660
uses: actions/upload-pages-artifact@v3
6761
with:

eventcatalog/eventcatalog.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ export default {
1111
organizationName: 'OurLogix',
1212
homepageLink: 'https://eventcatalog.dev/',
1313
landingPage: '',
14-
editUrl: 'https://github.com/boyney123/eventcatalog-demo/edit/master',
14+
editUrl: 'https://github.com/the-codegen-project/eventcatalog-asyncapi-the-codegen-project/tree/main/eventcatalog',
1515
// By default set to false, add true to get urls ending in /
1616
trailingSlash: false,
1717
// Change to make the base url of the site different, by default https://{website}.com/docs,
1818
// changing to /company would be https://{website}.com/company/docs,
19-
base: '/',
19+
base: '/eventcatalog-asyncapi-the-codegen-project/',
2020
// Customize the logo, add your logo to public/ folder
2121
logo: {
2222
alt: 'EventCatalog Logo',

0 commit comments

Comments
 (0)