Skip to content

Commit

Permalink
update python script
Browse files Browse the repository at this point in the history
Signed-off-by: Grzegorz Ferenc <[email protected]>
  • Loading branch information
greg-fer committed Dec 18, 2023
1 parent 9dd87d7 commit fd3ff7c
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/zoomin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,15 @@ jobs:
- uses: actions/checkout@v3

- name: Copy zoomin properties
run: cp doc/zoomin/* .
run: |
cp doc/zoomin/custom.properties doc/ \
&& cp doc/zoomin/tags.yml doc/
- name: Create zip file
run: |
zip -r nrf-connect-cellularmonitor.zip \
doc/docs doc/mkdocs.yml custom.properties tags.yml
cd doc/ \
&& zip -r ../nrf-connect-ble.zip \
docs/* mkdocs.yml custom.properties tags.yml
- name: Upload documentation artifact
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit fd3ff7c

Please sign in to comment.