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 38e458a commit d530d76
Show file tree
Hide file tree
Showing 15 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 docs/zoomin/* .

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

- name: Create zip file
run: |
zip -r nrf-connect-serial-terminal.zip \
docs mkdocs.yml custom.properties tags.yml \
-x@docs/zoomin/ignore.txt
doc/docs doc/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.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit d530d76

Please sign in to comment.