Delete documentation.yml

This commit is contained in:
Psyreactor 2020-08-24 21:47:00 -03:00 committed by GitHub
parent 399ea6a342
commit 562e641a3f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 25 deletions

View File

@ -1,25 +0,0 @@
# This is a basic workflow to help you get started with Actions
name: Documentation
# Controls when the action will run. Triggers the workflow on push or pull request
# events but only for the master branch
on:
push:
branches:
- master
tags:
- v*
jobs:
build_and_deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Building a jekyll site from configured directory, maybe deploying it.
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_ACTOR: "psyreactor"
GITHUB_REPOSITORY: "psyreactor/sonarqube"
JEKYLL_ROOT: "docs/"
DEPLOY_SITE: true
uses: psyreactor/jekyll-build-optional-deploy-gh-pages@master