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 15, 2023
1 parent e52fb1e commit 89a3a07
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 7 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
8 changes: 2 additions & 6 deletions .github/workflows/zoomin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,12 @@ 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/* .

- name: Create zip file
run: |
zip -r nrf-connect-desktop.zip \
docs mkdocs.yml custom.properties tags.yml \
-x@docs/zoomin/ignore.txt
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 89a3a07

Please sign in to comment.