1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

Create main.yml

This commit is contained in:
Mario Sarcher 2020-10-27 13:54:47 +01:00 committed by GitHub
parent e2a1bac0ed
commit 77ef0e8f44
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

18
.github/workflows/main.yml vendored Normal file
View File

@ -0,0 +1,18 @@
name: Publish docs via GitHub Pages
on:
push:
branches:
- extensions-docs
jobs:
build:
name: Deploy docs
runs-on: ubuntu-latest
steps:
- name: Checkout master
uses: actions/checkout@v1
- name: Deploy docs
uses: mhausenblas/mkdocs-deploy-gh-pages@master
env:
GITHUB_TOKEN: ""