Commit facf50f 1 parent 2cbea73 commit facf50f Copy full SHA for facf50f
File tree 1 file changed +14
-14
lines changed
1 file changed +14
-14
lines changed Original file line number Diff line number Diff line change @@ -3,25 +3,25 @@ name: BuildDocs
3
3
on :
4
4
push :
5
5
branches :
6
- - ' main'
7
- - ' dev_docs'
6
+ - " main"
7
+ - " dev_docs"
8
8
paths :
9
- - ' .github/workflows/build_docs.yml'
10
- - ' celery_task/**'
11
- - ' docs_dev/**'
12
- - ' main.py'
13
- - ' models/**'
14
- - ' module/**'
15
- - ' structs/**'
16
- - ' view/**'
9
+ - " .github/workflows/build_docs.yml"
10
+ - " celery_task/**"
11
+ - " docs_dev/**"
12
+ - " main.py"
13
+ - " models/**"
14
+ - " module/**"
15
+ - " structs/**"
16
+ - " view/**"
17
17
workflow_dispatch :
18
18
19
19
jobs :
20
20
build :
21
21
strategy :
22
22
matrix :
23
- os : [' ubuntu-20.04' ]
24
- python-version : [' 3.11' ]
23
+ os : [" ubuntu-20.04" ]
24
+ python-version : [" 3.11" ]
25
25
runs-on : ${{ matrix.os }}
26
26
steps :
27
27
- name : Checkout
@@ -67,10 +67,10 @@ jobs:
67
67
- name : Load Noto Sans TC font
68
68
run : cd docs_dev/.cache/plugin/social; wget https://volunteer.coscup.org/doc/NotoSansTC-Bold.otf;
69
69
- name : Load Iansui094 font
70
- run : cd docs_dev/.cache/plugin/social; wget https://volunteer.coscup.org/doc/Iansui094-Regular.ttf;
70
+ run : cd docs_dev/.cache/plugin/social; wget https://volunteer.coscup.org/doc/Iansui094-Regular.ttf -O NotoSansTC-Regular.ttf ;
71
71
- name : Build Docs
72
72
env :
73
- PYTHONPATH : ' ../'
73
+ PYTHONPATH : " ../"
74
74
run : cd docs_dev; poetry run mkdocs -v build;
75
75
- name : Upload to S3
76
76
env :
You can’t perform that action at this time.
0 commit comments