Skip to content

Commit 380a543

Browse files
committed
wip: docs
1 parent 5b9d991 commit 380a543

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,16 @@ on:
55
branches:
66
- develop
77
- main
8+
paths-ignore:
9+
- 'docs/**'
10+
- 'README.md'
811
pull_request:
912
branches:
1013
- develop
1114
- main
15+
paths-ignore:
16+
- 'docs/**'
17+
- 'README.md'
1218

1319
jobs:
1420
ci:

docs/docs/getting-started/installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ For production, generate an application key and set it in your environment:
1717
php artisan key:generate --show
1818
```
1919

20-
Set `APP_KEY=` in your environment. For personal use you can disable registration (see [Environment variables](/getting-started/environment-variables)).
20+
Set `APP_KEY=` in your environment. For personal use you can disable registration (see [Environment variables](./environment-variables)).
2121

2222
### Backup database
2323

0 commit comments

Comments
 (0)