Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
makamekm authored Oct 23, 2024
1 parent e509509 commit 7650949
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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
```
```

0 comments on commit 7650949

Please sign in to comment.