Skip to content

Commit

Permalink
fix coveralls nit
Browse files Browse the repository at this point in the history
  • Loading branch information
houstonhaynes committed Feb 14, 2025
1 parent 466c54c commit e00e0e7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-test-docs-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
echo "GIT_COMMIT_MESSAGE=$(git log -1 --pretty=%s)" >> $GITHUB_ENV
- name: Run coveralls
run: >
dotnet tool run coveralls.net
dotnet tool run coveralls
--opencover -i tests/Furnace.Tests/coverage.opencover.xml
--useRelativePaths
--repoToken ${{ secrets.COVERALLS_REPO_TOKEN }}
Expand All @@ -73,8 +73,8 @@ jobs:
- name: Deploy docs
uses: peaceiris/actions-gh-pages@v3
with:
deploy_key: ${{ secrets.DIFFSHARP_GITHUB_IO_DEPLOY_DOCS_PRIVATE_KEY }}
external_repository: DiffSharp/diffsharp.github.io
deploy_key: ${{ secrets.FURNACE_GITHUB_IO_DEPLOY_DOCS_PRIVATE_KEY }}
external_repository: Furnace/furnace.github.io
publish_dir: ./output
publish_branch: master
force_orphan: true
Expand Down

0 comments on commit e00e0e7

Please sign in to comment.