From 0fcdc05be151567d30e8a9f4472d5213132d0577 Mon Sep 17 00:00:00 2001 From: AmitPress Date: Thu, 3 Mar 2022 12:51:13 +0600 Subject: [PATCH] add tutorial for github pages deployment using github actions --- content/docs/deployment/github-actions/contents.lr | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/content/docs/deployment/github-actions/contents.lr b/content/docs/deployment/github-actions/contents.lr index 5764548b..a57ce13a 100644 --- a/content/docs/deployment/github-actions/contents.lr +++ b/content/docs/deployment/github-actions/contents.lr @@ -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 !!! \ No newline at end of file +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. \ No newline at end of file