Skip to content

Commit

Permalink
docs: blog with correct link
Browse files Browse the repository at this point in the history
  • Loading branch information
stijnvanhulle committed Dec 10, 2023
1 parent 865c179 commit 0fbc4aa
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:

- name: Publish ${{ inputs.tag || 'canary' }}
continue-on-error: true
if: ${{ steps.publish.outcome == 'failure' || github.event.inputs.tag != '' }}
if: ${{ steps.publish.outputs.published == 'false' || steps.publish.outcome == 'failure' || github.event.inputs.tag != '' }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
Expand All @@ -98,7 +98,7 @@ jobs:
'Content-Type': 'application/json'
},
body: JSON.stringify({
content: `New release available. [Read the changelog](https://github.com/kubb-project/kubb/releases)`
content: `A new release is available 🎉. \n [Read the changelog](https://github.com/kubb-project/kubb/releases)`
}),
})
.then((res) => {
Expand Down
2 changes: 1 addition & 1 deletion docs/.vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@ const blogSidebar = [
},
{
text: 'Benefits of using JSX for templates',
link: '/blog/whyTemplates',
link: '/blog/benefits-of-templates',
},
]

Expand Down
File renamed without changes.

1 comment on commit 0fbc4aa

@vercel
Copy link

@vercel vercel bot commented on 0fbc4aa Dec 10, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

kubb – ./

kubb-kubb.vercel.app
www.kubb.dev
kubb-git-main-kubb.vercel.app
kubb.dev

Please sign in to comment.