Skip to content

Commit

Permalink
wip: specify dll path in GH actions.
Browse files Browse the repository at this point in the history
  • Loading branch information
joemphilips committed Aug 16, 2022
1 parent fa9a3b3 commit e2ae66b
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,17 @@ jobs:
run:
dotnet tool install -g fsdocs-tool

- name: ls
run:
ls $HOME; ls $HOME/.nuget/packages ; ls $HOME/.nuget/packages/nbitcoin; exit 1;

- name: build fsdocs
run:
$HOME/.dotnet/tools/fsdocs build --output output --strict --mdcomments
$HOME/.dotnet/tools/fsdocs build \
--output output \
--strict \
--mdcomments \
--fscoptions -I:$HOME/.nuget/packages/nbitcoin/7.0.*/lib/

- name: Deploy
uses: JamesIves/[email protected]
Expand Down

0 comments on commit e2ae66b

Please sign in to comment.