Skip to content

Commit 96a1785

Browse files
authored
Merge pull request #192 from devforth/next
Next
2 parents b06ddcb + 0a0583f commit 96a1785

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

adminforth/types/Back.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -386,7 +386,7 @@ export interface IAdminForth {
386386
* Example:
387387
*
388388
* ```ts
389-
* const i18nPlugin = adminforth.getPluginByClassName<I18nPlugin>('I18nPlugin');
389+
* const i18nPlugin = adminforth.getPluginByClassName\<I18nPlugin\>('I18nPlugin');
390390
* ```
391391
*
392392
*/

live-demo/deploy/.woodpecker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,10 @@ steps:
4040
- export $(cat /woodpecker/deploy.vault.env | xargs)
4141
- cd live-demo/deploy && /bin/sh buildSlackNotify.sh
4242

43-
4443
build-live-demo:
4544
when:
4645
- event: push
46+
branch: main
4747
image: docker
4848
volumes:
4949
- /var/run/docker.sock:/var/run/docker.sock

0 commit comments

Comments
 (0)