Skip to content

Commit

Permalink
tweak fsdocs
Browse files Browse the repository at this point in the history
  • Loading branch information
houstonhaynes committed Feb 15, 2025
1 parent 4c68445 commit b3f0f98
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/build-test-docs-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,16 @@ jobs:
with:
file: coverage/lcov.info
- name: Run fsdocs
run: dotnet fsdocs build --eval --strict --properties Configuration=Release
run: |
# Show current directory and docs folder contents
pwd
ls -la docs/
# Run fsdocs with verbose output
dotnet fsdocs build --eval --strict --properties Configuration=Release --verbose
# Show generated output
ls -la docs/_site/
- name: Deploy docs
uses: peaceiris/actions-gh-pages@v3
with:
Expand Down

0 comments on commit b3f0f98

Please sign in to comment.