Skip to content

Commit

Permalink
#105 fix CI deploy and add logo
Browse files Browse the repository at this point in the history
  • Loading branch information
bfoujols committed Jun 19, 2024
1 parent e2b52b4 commit 01b4564
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ jobs:
- name: Setup Pages
id: pages
uses: actions/configure-pages@v4
- name: Install plugin for localized git revision date
run: pip install mkdocs-git-revision-date-localized-plugin
- name: Build with mkdocs
run: mkdocs build
- name: Upload artifact
Expand Down
4 changes: 2 additions & 2 deletions docs/_summary.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
* [Edu Frame](index.md)
* [A propos](about.md)
* [Démarrage](installation/index.md)
* [Avant de démarrer](installation/prerequis.md)
* [Installation](installation/installation.md)
* [A propos](about.md)
* [Installation](installation/installation.md)
28 changes: 28 additions & 0 deletions docs/assets/studoo-edu.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions mkdocs.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
site_name: EDU Framework
site_name: Light Education PHP framework
site_url: https://studoo-app.github.io/edu-framework/
repo_url: https://github.com/studoo-app/edu-framework
copyright: 'Copyright © 2022 - 2024 Collectif Studoo'

theme:
name: material
logo: assets/studoo.svg
logo: assets/studoo-edu.svg
favicon: assets/favicon.png
icon:
repo: fontawesome/brands/github
Expand Down

0 comments on commit 01b4564

Please sign in to comment.