adding git workflow

This commit is contained in:
Parth Panchal 2021-11-23 14:37:58 +05:30
parent 7156bf60a0
commit 2fd8a884f8
2 changed files with 23 additions and 78302 deletions

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

@ -0,0 +1,23 @@
name: Build and Deploy
on:
push:
branches:
- 0.6.0
paths:
- 'docs/**'
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v2.3.1
with:
persist-credentials: false
- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@4.1.6
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
BRANCH: main
FOLDER: docs

File diff suppressed because it is too large Load Diff