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