Skip to content

Commit

Permalink
fix: ci.yml -> TCXReader
Browse files Browse the repository at this point in the history
  • Loading branch information
HlisTilen committed Apr 10, 2024
1 parent 35dc72b commit 1d12fb9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ jobs:
- run: |
julia --project=docs -e '
using Documenter: doctest
using TCXreader
doctest(TCXreader)'
using TCXReader
doctest(TCXReader)'
- run: julia --project=docs docs/make.jl
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 1d12fb9

Please sign in to comment.