Skip to content

Commit

Permalink
Okay build at the actually dir
Browse files Browse the repository at this point in the history
  • Loading branch information
Tides committed Nov 26, 2024
1 parent 1e135c6 commit 7fd3b72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
run: dotnet tool update -g docfx
continue-on-error: true
- name: Build Obsidian
run: dotnet build
run: dotnet build ./_obsidian/Obsidian.API/ -c Release
- name: Build documentation
run: docfx ./docfx.json
- name: Upload GitHub Pages artifact
Expand Down

0 comments on commit 7fd3b72

Please sign in to comment.