Skip to content

Commit

Permalink
Subfolders not documented fix (#7)
Browse files Browse the repository at this point in the history
* Update action.yml

remove -v tag

Signed-off-by: Casey Hofland <[email protected]>

* Update action.yml

Signed-off-by: Casey Hofland <[email protected]>

* Update action.yml

Signed-off-by: Casey Hofland <[email protected]>

* Update action.yml

Signed-off-by: Casey Hofland <[email protected]>

* Update action.yml

Signed-off-by: Casey Hofland <[email protected]>

* Update action.yml

Signed-off-by: Casey Hofland <[email protected]>

* Update action.yml

Signed-off-by: Casey Hofland <[email protected]>

* Update action.yml

Signed-off-by: Casey Hofland <[email protected]>

* Update action.yml

Signed-off-by: Casey Hofland <[email protected]>

* Update action.yml

Signed-off-by: Casey Hofland <[email protected]>

* Update action.yml

Signed-off-by: Casey Hofland <[email protected]>

* Update action.yml

Signed-off-by: Casey Hofland <[email protected]>

* Update action.yml

Signed-off-by: Casey Hofland <[email protected]>

* Update action.yml

Signed-off-by: Casey Hofland <[email protected]>

* Update action.yml

Signed-off-by: Casey Hofland <[email protected]>

---------

Signed-off-by: Casey Hofland <[email protected]>
  • Loading branch information
CaseyHofland authored Feb 24, 2024
1 parent 8f417cb commit 84713ff
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ runs:
- name: Move everything inside the manual/ folder.
shell: bash
run: |
mkdir -p manual
if [ -d Documentation~ ] && [ "$(ls -A Documentation~)" ]; then
mv -v Documentation~/* manual/
else
mv -v Documentation~/ manual/
mkdir -p Documentation~
mv -v manual/ Documentation~/manual/
else
mkdir -p Documentation~/manual
fi
mv -v manual Documentation~/manual
# Generate pages, tables of contents, the docfx.json and anything the docfx needs.

Expand Down Expand Up @@ -146,7 +146,7 @@ runs:
{"src": "license", "files": ["*.md"], "dest": "license"},
{"src": "changelog", "files": ["*.md"], "dest": "changelog"},
{"src": "api", "files": ["*.yml", "index.md"], "dest": "api"},
{"src": "manual", "files": ["*.md"], "dest": "manual"}
{"src": "manual", "files": ["**/*.md"], "dest": "manual"}
],
"resource": [{"files": ["manual/images/*"]}],
"template": ["default", "modern"],
Expand Down Expand Up @@ -211,7 +211,7 @@ runs:
# Build docfx site through the Documentation~ folder

- name: Dotnet Setup
uses: actions/setup-dotnet@v3
uses: actions/setup-dotnet@v4
with:
dotnet-version: 7.x

Expand Down

0 comments on commit 84713ff

Please sign in to comment.