Skip to content

Commit

Permalink
Add the example output to change-ignore, as excalidraw output seems m…
Browse files Browse the repository at this point in the history
…ysteriously non-deterministic.
  • Loading branch information
realazthat committed Apr 30, 2024
1 parent 3b8f650 commit 51c372a
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
1 change: 1 addition & 0 deletions .changeguard-ignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
.github/demo.gif
README.example.output.svg
1 change: 0 additions & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ jobs:
strategy:
matrix:
node-version: [18.20.2, 20.12.1, 21.7.3, 22.0.0]

steps:
- uses: actions/checkout@v4
- name: Set up Node
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ npx playwright install firefox

Example:

<!----><img src="README.example.terminal.svg" alt="Output of `./examples/simple.sh`" /><!---->
<!----><img src="README.example.terminal.svg" alt="Example output" /><!---->

And the resulting image (svg):

Expand Down
2 changes: 1 addition & 1 deletion README.md.jinja2
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ Example:

<!--{{ shell('npx excalidraw-brute-export-cli -i ./examples/simple.excalidraw --background 1 --embed-scene 0 --dark-mode 0 --scale 1 --format svg -o "./README.example.output.svg"',
rich='README.example.terminal.svg',
rich_alt='Output of `./examples/simple.sh`',
rich_alt='Example output',
rich_bg_color='black',
rich_cols=120,
decomentify=True) }}-->
Expand Down

0 comments on commit 51c372a

Please sign in to comment.