Skip to content

Commit 7650949

Browse files
authored
Update README.md
1 parent e509509 commit 7650949

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
### Confgure GitHub secrets
44

5-
Enable GitHub pages, then your github action will start working
5+
Enable GitHub pages (Settings -> Pages -> Build and deployment (Source) -> GitHub Action), then your github action will start working
66

77
### Prepare develop your environment
88

@@ -23,4 +23,4 @@ rm -rf ./build/*
2323
npx -y @diplodoc/cli -i ./ -o ./_site
2424
DOCKER_BUILDKIT=1 docker build --platform linux/amd64 -t MYCOMPANY/docs .
2525
docker push MYCOMPANY/docs:latest
26-
```
26+
```

0 commit comments

Comments
 (0)