Skip to content

Commit

Permalink
Inline dfmg dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
caesay committed Mar 16, 2024
1 parent cc28965 commit a25d3a2
Show file tree
Hide file tree
Showing 7 changed files with 686 additions and 7 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/daily.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,7 @@ jobs:
path: velopack.fusion

- name: Install dotnet tools
run: |
dotnet tool install -g docfx
dotnet tool install -g DocFxMarkdownGen
run: dotnet tool install -g docfx

- name: Install dependencies
working-directory: velopack.docs
Expand Down
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,8 @@
npm-debug.log*
yarn-debug.log*
yarn-error.log*

# dotnet
obj/
bin/
.vs
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
"write-translations": "docusaurus write-translations",
"write-heading-ids": "docusaurus write-heading-ids",
"typecheck": "tsc",
"generate": "ts-node ./generate.ts",
"generate": "ts-node ./scripts/generate.ts",
"crowdin-download": "crowdin download",
"crowdin-upload": "crowdin upload",
"daily-tasks": "node daily-tasks.mjs"
"daily-tasks": "node ./scripts/daily-tasks.mjs"
},
"dependencies": {
"@docusaurus/core": "3.1.1",
Expand Down
File renamed without changes.
Loading

0 comments on commit a25d3a2

Please sign in to comment.