Skip to content

Commit a25d3a2

Browse files
committed
Inline dfmg dependency
1 parent cc28965 commit a25d3a2

File tree

7 files changed

+686
-7
lines changed

7 files changed

+686
-7
lines changed

.github/workflows/daily.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,7 @@ jobs:
4040
path: velopack.fusion
4141

4242
- name: Install dotnet tools
43-
run: |
44-
dotnet tool install -g docfx
45-
dotnet tool install -g DocFxMarkdownGen
43+
run: dotnet tool install -g docfx
4644

4745
- name: Install dependencies
4846
working-directory: velopack.docs

.gitignore

+5
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,8 @@
1818
npm-debug.log*
1919
yarn-debug.log*
2020
yarn-error.log*
21+
22+
# dotnet
23+
obj/
24+
bin/
25+
.vs

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@
1313
"write-translations": "docusaurus write-translations",
1414
"write-heading-ids": "docusaurus write-heading-ids",
1515
"typecheck": "tsc",
16-
"generate": "ts-node ./generate.ts",
16+
"generate": "ts-node ./scripts/generate.ts",
1717
"crowdin-download": "crowdin download",
1818
"crowdin-upload": "crowdin upload",
19-
"daily-tasks": "node daily-tasks.mjs"
19+
"daily-tasks": "node ./scripts/daily-tasks.mjs"
2020
},
2121
"dependencies": {
2222
"@docusaurus/core": "3.1.1",
File renamed without changes.

0 commit comments

Comments
 (0)