mirror of
https://github.com/Hessenuk/DiscordTickets.git
synced 2025-09-05 17:51:27 +03:00
Set up for v3
This commit is contained in:
15
.github/workflows/deploy-docs.yml
vendored
Normal file
15
.github/workflows/deploy-docs.yml
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
name: Build and deploy docs
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
jobs:
|
||||
deploy:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/setup-python@v2
|
||||
with:
|
||||
python-version: 3.x
|
||||
- run: pip install -r requirements.txt
|
||||
- run: mkdocs gh-deploy --force
|
Reference in New Issue
Block a user