Skip to content

Merge branch 'main' of https://github.com/quark-bot-discord/gluon #841

Merge branch 'main' of https://github.com/quark-bot-discord/gluon

Merge branch 'main' of https://github.com/quark-bot-discord/gluon #841

Workflow file for this run

name: GitHub pages
on:
push:
branches:
- main
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Build
uses: andstor/[email protected]
with:
source_dir: ./src
output_dir: ./out
config_file: jsdoc.json
template: docdash
front_page: README.md
- name: Deploy
uses: peaceiris/[email protected]
with:
deploy_key: ${{ secrets.ACTIONS_DEPLOY_KEY }}
publish_dir: ./out
cname: gluon.quark.bot