Skip to content

Commit 3200659

Browse files
committed
fixed paths
1 parent 7fec921 commit 3200659

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ jobs:
228228
- run: docfx ./docfx/api-reference.json
229229
- run: |
230230
mkdir -p ./docs/${{ env.assembly-version }}
231-
cp -r ./docs/api-reference ./docs/${{ env.assembly-version }}
231+
cp -r ./docs/temp ./docs/${{ env.assembly-version }}
232232
- run: |
233233
git checkout docs
234234
git config --global user.email "action@github.com"

docfx/api-reference.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
]
2323
}
2424
],
25-
"output": "../docs",
25+
"output": "../docs/temp",
2626
"template": [
2727
"default",
2828
"modern"

0 commit comments

Comments
 (0)