···44551. Enable github pages in the repo settings. Go to _SETTINGS → PAGES → SOURCE: Github Actions_
6677-2. Add a new github action e.g. in `.github/workflows/deploy.yml` with the following content:
77+2. Add a new github action `.github/workflows/docs.yml` with the following content:
8899```yaml
1010name: Deploy Docs
···21212222jobs:
2323 docs:
2424- uses: flo-bit/tiny-docs/.github/workflows/tiny-docs.yml@release/v1
2424+ uses: flo-bit/tiny-docs/.github/workflows/tiny-docs.yml@v1
2525```
262627273. Run the workflow manually or push to the main branch, after a minute or two your docs should be live at `https://<yourusername>.github.io/<yourrepo>`.