Skip to content

Commit 5fc89b5

Browse files
committed
Fix make and publish documentation
1 parent 008f1b0 commit 5fc89b5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@ jobs:
2222
pip3 install mkdocs-material
2323
pip3 install mkdocs-git-revision-date-localized-plugin
2424
pip3 install mkdocs-redirects
25-
- name: Publish Shiled Documentation
25+
- name: Publish Documentation
2626
run: mkdocs gh-deploy --force

mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ extra:
4242

4343
social:
4444
- icon: material/github
45-
link: https://github.com/codeigniter4/shield
45+
link: https://github.com/atsanna/codeigniter4-datatables
4646
name: GitHub
4747
- icon: material/twitter
4848
link: https://twitter.com/CodeIgniterPhp

0 commit comments

Comments
 (0)