add tutorial for github pages deployment using github actions

This commit is contained in:
AmitPress 2022-03-03 12:51:13 +06:00
parent b83872498f
commit 0fcdc05be1
1 changed files with 3 additions and 1 deletions

View File

@ -69,4 +69,6 @@ Now you have to select `gh-pages` as your branch for github pages and save it.
Now make some minor changes to contents of your app and push it to the repo. Now if you check the link, you can see your beloved app is now published.
Congratulations !!!
Congratulations !!!
Disclaimer: The minimal approach is shown here. You can extend the workflow as you need. You can have way more complex configurations on Lektor as per your requirement.