Skip to content

Commit 020dfda

Browse files
committed
chore: update docs
1 parent 8412b38 commit 020dfda

4 files changed

Lines changed: 10 additions & 2 deletions

File tree

.github/workflows/docs.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ on:
55
branches: [main]
66
paths:
77
- 'docs/**'
8+
- 'mkdocs.yml'
9+
- '.github/workflows/docs.yml'
10+
workflow_dispatch:
811

912
permissions:
1013
contents: read
@@ -21,6 +24,9 @@ jobs:
2124
steps:
2225
- uses: actions/checkout@v4
2326

27+
- name: Setup Pages
28+
uses: actions/configure-pages@v4
29+
2430
- name: Setup Python
2531
uses: actions/setup-python@v5
2632
with:
@@ -30,7 +36,7 @@ jobs:
3036
run: pip install mkdocs-material pymdown-extensions
3137

3238
- name: Build documentation
33-
run: mkdocs build
39+
run: mkdocs build --strict
3440

3541
- name: Upload pages artifact
3642
uses: actions/upload-pages-artifact@v3

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,5 @@ opencode-*
2121
.cursor/
2222
.cursorrules
2323
.github/copilot-instructions.md
24-
.phpstan
24+
.phpstan
25+
site

mkdocs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
site_name: Laravel ABAC
22
site_description: Attribute-Based Access Control for Laravel
3+
site_url: https://zennit-dev.github.io/abac/
34

45
docs_dir: docs
56

resources/abac_db_model.png

-191 KB
Binary file not shown.

0 commit comments

Comments
 (0)