mirror of
https://github.com/MrUnknownDE/lavalink-list.git
synced 2026-04-18 06:13:45 +02:00
cicd
This commit is contained in:
24
.github/workflows/main.yml
vendored
Normal file
24
.github/workflows/main.yml
vendored
Normal file
@@ -0,0 +1,24 @@
|
||||
|
||||
name: CI
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
|
||||
jobs:
|
||||
build:
|
||||
name: Deploy docs
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout main
|
||||
uses: actions/checkout@v2
|
||||
|
||||
- name: Deploy docs
|
||||
uses: mhausenblas/mkdocs-deploy-gh-pages@master
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
# CUSTOM_DOMAIN: optionaldomain.com
|
||||
CONFIG_FILE: folder/mkdocs.yml
|
||||
EXTRA_PACKAGES: build-base
|
||||
# GITHUB_DOMAIN: github.myenterprise.com
|
||||
REQUIREMENTS: folder/requirements.txt
|
||||
Reference in New Issue
Block a user