File tree Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Original file line number Diff line number Diff line change 12
12
runs-on : ubuntu-latest
13
13
steps :
14
14
- uses : actions/checkout@v4
15
+ with :
16
+ fetch-depth : 0
15
17
16
18
- name : Configure Git Credentials
17
19
run : |
24
26
sudo apt install -y python3 python3-venv python3-pip
25
27
python3 -m venv myenv
26
28
source myenv/bin/activate
27
- pip install mkdocs-material
29
+ pip install mkdocs-material mkdocs-git-revision-date-localized-plugin mkdocs-git-committers-plugin-2
28
30
echo "cache_id=$(date --utc '+%F')" >> $GITHUB_ENV
29
31
30
32
- name : Configure cache
Original file line number Diff line number Diff line change 1
1
site_name : CAM-SIMA
2
+ repo_url : https://github.com/ESCOMP/CAM-SIMA-docs
3
+ repo_name : CAM-SIMA-docs
4
+ edit_uri : edit/main/docs
2
5
nav :
3
6
- Home : index.md
4
7
- Conversion :
41
44
42
45
plugins :
43
46
- search
47
+ # Date plugin requires fetch-depth: 0
48
+ - git-revision-date-localized :
49
+ enable_creation_date : true
50
+ - git-committers :
51
+ repository : ESCOMP/CAM-SIMA-docs
52
+ branch : main
53
+
44
54
theme :
45
55
icon :
56
+ repo : fontawesome/brands/github
57
+ edit : material/pencil
58
+ view : material/eye
46
59
admonition :
47
60
info : material/arrow-up-down-bold
48
61
palette :
69
82
name : material
70
83
features :
71
84
- content.code.copy
85
+ - content.action.edit
86
+ - content.action.view
72
87
73
88
markdown_extensions :
74
89
- def_list
You can’t perform that action at this time.
0 commit comments