abhiTronix / deffcode

A cross-platform High-performance FFmpeg based Real-time Video Frames Decoder in Pure Python 🎞️⚑
https://abhitronix.github.io/deffcode
Apache License 2.0
178 stars 3 forks source link

[Feature] CI: Implemented automated build and deployment of docs to `gh-pages` using GitHub Actions (Fixes #7) #8

Closed abhiTronix closed 2 years ago

abhiTronix commented 2 years ago

Brief Description

This PR will implement building and deploying DeFFcode docs automatically on gh-pagesthrough GitHub Actions workflow.

Changes

Related Issue

7

Context

This PR will implement of automated building of Deffcode Docs through GitHub actions Workflow which then hosted on GitHub Pages.

Types of changes