Updated GH action to publish docs on release creation

Signed-off-by: Amith Koujalgi <amith.koujalgi@razorthink.com>
This commit is contained in:
Amith Koujalgi 2024-07-13 18:08:38 +05:30
parent 7580c6a549
commit fd3a989a49

View File

@ -2,9 +2,8 @@
name: Deploy Docs to GH Pages
on:
# Runs on pushes targeting the default branch
push:
branches: [ "main" ]
release:
types: [ created ]
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch: