From ede4a2b6030ea68e399f9e8683976a1ca0d81671 Mon Sep 17 00:00:00 2001 From: AmitPress Date: Thu, 3 Mar 2022 12:54:52 +0600 Subject: [PATCH] add tutorial for github pages deployment using github actions --- content/docs/deployment/github-actions/contents.lr | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/content/docs/deployment/github-actions/contents.lr b/content/docs/deployment/github-actions/contents.lr index a57ce13a..52974921 100644 --- a/content/docs/deployment/github-actions/contents.lr +++ b/content/docs/deployment/github-actions/contents.lr @@ -1,10 +1,10 @@ -title: GitLab Pages using Github Actions +title: GitHub Pages using Github Actions --- -summary: Deploys to GitLab Pages. +summary: Deploys to GitHub Pages. --- body: -> Here we will get to know how to easily deploy our beloved `Lektor` website on ghpages aka github pages. +# Here we will get to know how to easily deploy our beloved `Lektor` website on ghpages aka github pages. #### step 1 : Create your lektor app using `lektor quickstart` and push that to your favourite repository. Don't forget to add an `readme.md` :)