We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e509509 commit 7650949Copy full SHA for 7650949
README.md
@@ -2,7 +2,7 @@
2
3
### Confgure GitHub secrets
4
5
-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
6
7
### Prepare develop your environment
8
@@ -23,4 +23,4 @@ rm -rf ./build/*
23
npx -y @diplodoc/cli -i ./ -o ./_site
24
DOCKER_BUILDKIT=1 docker build --platform linux/amd64 -t MYCOMPANY/docs .
25
docker push MYCOMPANY/docs:latest
26
-```
+```
0 commit comments