Skip to content

Commit

Permalink
doc: align folder structure
Browse files Browse the repository at this point in the history
Moved doc files into a new structure.
Edited workflow files accordingly.

Signed-off-by: Grzegorz Ferenc <[email protected]>
  • Loading branch information
greg-fer committed Dec 18, 2023
1 parent e52fb1e commit fd06440
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/zoomin-publish-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
branches:
- main
paths:
- docs
- doc/docs
workflow_dispatch:

jobs:
Expand Down
13 changes: 6 additions & 7 deletions .github/workflows/zoomin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,15 @@ jobs:
- uses: actions/checkout@v3

- name: Copy zoomin properties
run: cp doc/docs/zoomin/* .

- name: Replace index.md
run: cp doc/docs/zoomin/index.md doc/docs/index.md
run: |
cp doc/zoomin/custom.properties doc/ \
&& cp doc/zoomin/tags.yml doc/
- name: Create zip file
run: |
zip -r nrf-connect-desktop.zip \
docs mkdocs.yml custom.properties tags.yml \
-x@docs/zoomin/ignore.txt
cd doc/ \
&& zip -r ../nrf-connect-desktop.zip \
docs/* mkdocs.yml custom.properties tags.yml
- name: Upload documentation artifact
uses: actions/upload-artifact@v3
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit fd06440

Please sign in to comment.