File tree Expand file tree Collapse file tree 4 files changed +7
-8
lines changed Expand file tree Collapse file tree 4 files changed +7
-8
lines changed Original file line number Diff line number Diff line change 5
5
branches :
6
6
- main
7
7
paths :
8
- - docs
8
+ - doc/ docs
9
9
workflow_dispatch :
10
10
11
11
jobs :
Original file line number Diff line number Diff line change @@ -16,16 +16,15 @@ jobs:
16
16
- uses : actions/checkout@v3
17
17
18
18
- name : Copy zoomin properties
19
- run : cp doc/docs/zoomin/* .
20
-
21
- - name : Replace index.md
22
- run : cp doc/docs/zoomin/index.md doc/docs/index.md
19
+ run : |
20
+ cp doc/zoomin/custom.properties doc/ \
21
+ && cp doc/zoomin/tags.yml doc/
23
22
24
23
- name : Create zip file
25
24
run : |
26
- zip -r nrf-connect-desktop.zip \
27
- docs mkdocs.yml custom.properties tags.yml \
28
- -x@ docs/zoomin/ignore.txt
25
+ cd doc/ \
26
+ && zip -r ../nrf-connect-desktop.zip \
27
+ docs/* mkdocs.yml custom.properties tags.yml
29
28
30
29
- name : Upload documentation artifact
31
30
uses : actions/upload-artifact@v3
File renamed without changes.
File renamed without changes.
You can’t perform that action at this time.
0 commit comments