Skip to content

Commit

Permalink
change docfx output folder
Browse files Browse the repository at this point in the history
  • Loading branch information
Steinar Elgsæter committed Feb 15, 2024
1 parent 38fc7b7 commit ecffd1b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/docfx.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
name: docfx
on: [push]

jobs:
build:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion docfx.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
]
}
],
"dest": "docs",
"dest": "_site",
"globalMetadataFiles": [],
"fileMetadataFiles": [],
"template": [
Expand Down

0 comments on commit ecffd1b

Please sign in to comment.