Skip to content

Commit 84383fb

Browse files
authored
Fix docs link on homepage (#324)
2 parents df8af4e + c771cfd commit 84383fb

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/draft-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }}
2525
NETLIFY_SITE_ID: ${{ vars.NETLIFY_SITE_ID }}
2626
with:
27-
args: deploy --dir=build
27+
args: deploy --dir=build --no-build
2828

2929
- name: Find comment
3030
uses: peter-evans/find-comment@v3

.github/workflows/test-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ jobs:
2525
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }}
2626
NETLIFY_SITE_ID: ${{ vars.NETLIFY_SITE_ID }}
2727
with:
28-
args: deploy --dir=build --alias="$GITHUB_REF_NAME"
28+
args: deploy --dir=build --alias="$GITHUB_REF_NAME" --no-build

src/pages/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ const HomepageButtons: FunctionComponent = () => {
3838
></KolLinkButton>
3939
<KolLinkButton
4040
className="w-72"
41-
_href="/docs/"
41+
_href="/docs"
4242
_label={translate({
4343
id: 'custom.documentation-button',
4444
})}

0 commit comments

Comments
 (0)