Skip to content

Commit 5104d37

Browse files
committed
fix: set custom domain in github page publish workflow
1 parent 1eff3fe commit 5104d37

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.github/workflows/continuous-integration.yml

+1
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,6 @@ jobs:
3131
with:
3232
target_branch: gh-pages
3333
build_dir: dist
34+
fqdn: commitlint.io
3435
env:
3536
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

public/site.webmanifest

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "Commitlint",
3-
"short_name": "CL",
3+
"short_name": "Commitlint",
44
"icons": [
55
{
66
"src": "/android-chrome-96x96.png",

src/configs/messages.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Once the commit message passes the linter, you can click the "Copy to Clipboard"
2626
2727
Right now, we provide the convention preset that follow
2828
[AngularJS Git Commit Message Conventions](https://github.com/angular/angular/blob/master/CONTRIBUTING.md#commit), [conventional commits](https://conventionalcommits.org/), and [patternplate commit convention](https://github.com/conventional-changelog/commitlint/tree/master/%40commitlint/config-patternplate).
29-
In the future, we will provide choices of more rules and set custom rules.
29+
In the future, we will provide choices of more rules and set custom rules.
3030
3131
### Sponsor
3232

0 commit comments

Comments
 (0)