Skip to content

Commit

Permalink
fix(gha): update markdown comment placeholder release string (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
ndom91 authored Jul 13, 2024
1 parent 9834e88 commit 96e107e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/broken-link-checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
id: vercel_preview_url
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
preview_url_regexp: https.*\/(.*gitbutler-docs.vercel.app)
preview_url_regexp: https.*\/(.*gitbutler.vercel.app)
- name: Install dependencies
run: cd ./.github/broken-link-checker && pnpm install --ignore-workspace && pnpm build
- name: Run link checker
Expand Down
4 changes: 1 addition & 3 deletions content/docs/releases.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@ title: Releases
import { Callout } from 'fumadocs-ui/components/callout';
import { Card, Cards } from 'fumadocs-ui/components/card';

Changelog for our GitButler client releases

<!-- NEW RELEASE -->
{/* NEW_RELEASE */}

Join our Discord [#releases](https://discord.com/channels/1060193121130000425/1183737922785116161) channel.

Expand Down

0 comments on commit 96e107e

Please sign in to comment.