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 782e2f9
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 6 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
6 changes: 1 addition & 5 deletions .github/workflows/zoomin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,10 @@ jobs:
- name: Copy zoomin properties
run: cp doc/docs/zoomin/* .

- name: Replace index.md
run: cp doc/docs/zoomin/index.md doc/docs/index.md

- 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 782e2f9

Please sign in to comment.