From 7650949d7e564520e413f3d2482775e32e5d54b9 Mon Sep 17 00:00:00 2001 From: Maxim Karpov Date: Wed, 23 Oct 2024 12:03:52 +0300 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 89738b7..5478e59 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ ### Confgure GitHub secrets -Enable GitHub pages, then your github action will start working +Enable GitHub pages (Settings -> Pages -> Build and deployment (Source) -> GitHub Action), then your github action will start working ### Prepare develop your environment @@ -23,4 +23,4 @@ rm -rf ./build/* npx -y @diplodoc/cli -i ./ -o ./_site DOCKER_BUILDKIT=1 docker build --platform linux/amd64 -t MYCOMPANY/docs . docker push MYCOMPANY/docs:latest -``` \ No newline at end of file +```