Skip to content

Commit

Permalink
Update test-formats.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisjsewell committed Jul 15, 2024
1 parent 2827ac6 commit 2daffd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-formats.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
# TODO getting: Missing character: There is no 🚀 (U+1F680) in font [FreeSansBold.otf]
run: |
sed -i 's/🚀 /-/g' docs/intro.md
sed -i 's/⚡ /-/g' docs/live-preview.md
sed -i 's/⚡<fe0f> /-/g' docs/live-preview.md
- name: Build docs
run: |
sphinx-build -nW --keep-going -b ${{ matrix.format }} docs/ docs/_build/${{ matrix.format }}
Expand Down

0 comments on commit 2daffd7

Please sign in to comment.