File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 24
24
NETLIFY_AUTH_TOKEN : ${{ secrets.NETLIFY_AUTH_TOKEN }}
25
25
NETLIFY_SITE_ID : ${{ vars.NETLIFY_SITE_ID }}
26
26
with :
27
- args : deploy --dir=build
27
+ args : deploy --dir=build --no-build
28
28
29
29
- name : Find comment
30
30
uses : peter-evans/find-comment@v3
Original file line number Diff line number Diff line change 25
25
NETLIFY_AUTH_TOKEN : ${{ secrets.NETLIFY_AUTH_TOKEN }}
26
26
NETLIFY_SITE_ID : ${{ vars.NETLIFY_SITE_ID }}
27
27
with :
28
- args : deploy --dir=build --alias="$GITHUB_REF_NAME"
28
+ args : deploy --dir=build --alias="$GITHUB_REF_NAME" --no-build
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ const HomepageButtons: FunctionComponent = () => {
38
38
> </ KolLinkButton >
39
39
< KolLinkButton
40
40
className = "w-72"
41
- _href = "/docs/ "
41
+ _href = "/docs"
42
42
_label = { translate ( {
43
43
id : 'custom.documentation-button' ,
44
44
} ) }
You can’t perform that action at this time.
0 commit comments