👷 Add cname and remove source dir
This commit is contained in:
parent
27e28ef41f
commit
6b609719e1
1 changed files with 3 additions and 3 deletions
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
|
@ -15,10 +15,9 @@ jobs:
|
|||
- name: Build
|
||||
uses: andstor/jsdoc-action@v1
|
||||
with:
|
||||
source_dir: ./src
|
||||
output_dir: ./docs
|
||||
config_file: .jsdoc.json
|
||||
template_name: Androz2091/minami
|
||||
template: Androz2091/minami
|
||||
front_page: README.md
|
||||
|
||||
- name: Deploy
|
||||
|
@ -26,3 +25,4 @@ jobs:
|
|||
with:
|
||||
personal_token: ${{ secrets.ACTIONS_DEPLOY_KEY }}
|
||||
publish_dir: ./docs
|
||||
cname: discord-player.js.org
|
Loading…
Reference in a new issue