remove doc build from github

This commit is contained in:
erenJag 2020-05-15 16:49:08 +02:00
parent a586d38f73
commit f04fb3ca3d

View file

@ -1,22 +0,0 @@
on:
push:
branches:
- gh_pages_deploy
paths:
- 'docs/**'
- 'mkdocs.yml'
- '.github/workflows/deploy_doc.yml'
name: Deploy documentation
jobs:
build:
name: Deploy documentation
runs-on: ubuntu-latest
steps:
- name: Checkout master
uses: actions/checkout@v1
- name: Deploy docs
uses: mhausenblas/mkdocs-deploy-gh-pages@master
env:
PERSONAL_TOKEN: ${{ secrets.AUTOMATION_TOKEN }}
#CUSTOM_DOMAIN: optionaldomain.com