File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55 branches : [main]
66 paths :
77 - ' docs/**'
8+ - ' mkdocs.yml'
9+ - ' .github/workflows/docs.yml'
10+ workflow_dispatch :
811
912permissions :
1013 contents : read
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 :
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
Original file line number Diff line number Diff line change @@ -21,4 +21,5 @@ opencode-*
2121.cursor /
2222.cursorrules
2323.github /copilot-instructions.md
24- .phpstan
24+ .phpstan
25+ site
Original file line number Diff line number Diff line change 11site_name : Laravel ABAC
22site_description : Attribute-Based Access Control for Laravel
3+ site_url : https://zennit-dev.github.io/abac/
34
45docs_dir : docs
56
You can’t perform that action at this time.
0 commit comments