Merge branch 'master' into v5
This commit is contained in:
commit
47039821ee
2 changed files with 3 additions and 1 deletions
2
.github/workflows/docs-deploy.yml
vendored
2
.github/workflows/docs-deploy.yml
vendored
|
@ -5,6 +5,8 @@ on:
|
|||
- '*'
|
||||
- '!docs'
|
||||
- '!gh-pages'
|
||||
tags:
|
||||
- '*'
|
||||
jobs:
|
||||
docs:
|
||||
name: Documentation
|
||||
|
|
|
@ -492,4 +492,4 @@ class Player extends EventEmitter<PlayerEvents> {
|
|||
}
|
||||
}
|
||||
|
||||
export { Player };
|
||||
export { Player };
|
Loading…
Reference in a new issue