Delete documentation.yml
This commit is contained in:
parent
399ea6a342
commit
562e641a3f
|
@ -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
|
Loading…
Reference in New Issue