Skip to content

Commit

Permalink
generate nuget assets
Browse files Browse the repository at this point in the history
  • Loading branch information
houstonhaynes committed Feb 15, 2025
1 parent 831d38b commit eef601f
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions .github/workflows/build-test-docs-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,21 +68,21 @@ jobs:
-targetdir:"$PWD/coverage" \
-reporttypes:lcov
- name: Upload coverage
uses: coverallsapp/github-action@v2
with:
file: coverage/lcov.info

- name: Run fsdocs
run: dotnet fsdocs build --eval --strict --properties Configuration=Release
- name: Deploy docs
uses: peaceiris/actions-gh-pages@v3
with:
deploy_key: ${{ secrets.FURNACE_GITHUB_IO_DEPLOY_DOCS_PRIVATE_KEY }}
external_repository: fsprojects/furnace.github.io
publish_dir: ./docs
publish_branch: main
force_orphan: true
# - name: Upload coverage
# uses: coverallsapp/github-action@v2
# with:
# file: coverage/lcov.info

# - name: Run fsdocs
# run: dotnet fsdocs build --eval --strict --properties Configuration=Release
# - name: Deploy docs
# uses: peaceiris/actions-gh-pages@v3
# with:
# deploy_key: ${{ secrets.FURNACE_GITHUB_IO_DEPLOY_DOCS_PRIVATE_KEY }}
# external_repository: fsprojects/furnace.github.io
# publish_dir: ./docs
# publish_branch: main
# force_orphan: true
pack_cpu:

runs-on: ubuntu-latest
Expand Down

0 comments on commit eef601f

Please sign in to comment.