Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jason-fox committed Jan 17, 2024
1 parent 1005e8a commit 53b33fc
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,11 @@ jobs:
with:
dita-ot-version: '4.1.2'
plugin: 'fox.jason.translate.xliff'
env:
COVERALLS_TOKEN: ${{ secrets.COVERALLS_TOKEN }}
#env:
# COVERALLS_TOKEN: ${{ secrets.COVERALLS_TOKEN }}
- uses: actions/upload-artifact@v3
if: always()
with:
name: test-results
path: test-results.html
path: |
*.html

0 comments on commit 53b33fc

Please sign in to comment.