Moving docs

This commit is contained in:
John Long 2020-11-22 18:53:42 +01:00
commit 59781d8744
65 changed files with 13830 additions and 0 deletions

17
.github/workflows/deploy-docs.yml vendored Normal file
View file

@ -0,0 +1,17 @@
name: Deploy Powerlevel10k Docs
on:
push:
branches:
- master
jobs:
build:
name: Deploy docs
runs-on: ubuntu-latest
steps:
- name: Checkout master
uses: actions/checkout@v2
- name: Deploy docs
uses: mhausenblas/mkdocs-deploy-gh-pages@nomaterial
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}