Skip to content

Commit

Permalink
docs: fix readme link (#169)
Browse files Browse the repository at this point in the history
  • Loading branch information
m1sk9 authored Aug 3, 2024
1 parent cd81475 commit e7055c8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
path: ./src/build
path: ./docs/build

deploy:
environment:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ docker pull ghcr.io/m1sk9/babyrite:v0

You can start babyrite by providing environment variables for the Docker Image you have obtained.

See [babyrite docs](. /docs/README.md) for detailed setup instructions.
See [babyrite docs](https://babyrite.m1sk9.dev) for detailed setup instructions.

## Environment Variables

Expand Down

0 comments on commit e7055c8

Please sign in to comment.