Skip to content

Commit

Permalink
ci: generate topology image as a png
Browse files Browse the repository at this point in the history
  • Loading branch information
isabelroses committed Nov 21, 2024
1 parent f938b5a commit 99a822b
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
Binary file added .github/images/topology.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 0 additions & 1 deletion .github/images/topology.svg

This file was deleted.

4 changes: 2 additions & 2 deletions .github/workflows/generate-topology.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ jobs:

- name: Move files
run: |
cp result/main.svg ./.github/images/topology.svg
chmod 644 ./.github/images/topology.svg
nix shell nixpkgs#imagemagick
magick ./result/topology.svg ./.github/images/topology.png
- name: Commit & Push
uses: endbug/add-and-commit@v9
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
</p>
</details>

![image of my flakes topology](./.github/images/topology.svg)
![image of my flakes topology](./.github/images/topology.png)

<!--toc:start-->

Expand Down

0 comments on commit 99a822b

Please sign in to comment.