Revert "adding git workflow"

This reverts commit 2fd8a884f8d016820604232beaead05c973f91ce.
This commit is contained in:
Parth Panchal 2021-11-23 14:45:05 +05:30
parent 2fd8a884f8
commit 03057b8bc6
2 changed files with 78302 additions and 23 deletions

View File

@ -1,23 +0,0 @@
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