Skip to content

Commit 898c165

Browse files
committed
FIX: merging fixes for logo
1 parent ad575da commit 898c165

32 files changed

+7896
-7
lines changed

.github/workflows/gh-build.yml

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
name: gh-build
2+
3+
on:
4+
push:
5+
branches: ["main"]
6+
pull_request:
7+
branches: ["main"]
8+
9+
jobs:
10+
build_ghuser_components:
11+
runs-on: windows-latest
12+
name: Build components
13+
steps:
14+
- uses: actions/checkout@v2
15+
- uses: NuGet/setup-nuget@v1.0.5
16+
17+
- name: Install CPython and pythonnet package
18+
run: |
19+
choco install python --version=3.9.10
20+
python -m pip install pythonnet==3.0.3
21+
22+
- uses: compas-dev/compas-actions.ghpython_components@v5
23+
with:
24+
source: src/gh/components
25+
target: build
26+
interpreter: cpython
27+
28+
- uses: actions/upload-artifact@v2
29+
with:
30+
name: ghuser-components
31+
path: build

README.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,10 @@
11
<p align="center">
2-
<img src="./assets/logo/logo_400_400.png" width="150">
2+
<img src="./assets/logo/logo_pixelized_596_618.png" width="150">
33
</p>
44
<p align="center">
55
<img src="https://github.com/diffCheckOrg/diffCheck/actions/workflows/win-build.yml/badge.svg">
66
</p>
77

8-
<!--
9-
# diffCheck
10-
<p align="left">
11-
<img src="https://github.com/diffCheckOrg/diffCheck/actions/workflows/win-build.yml/badge.svg">
12-
</p> -->
138

149
## Roadmap
1510

assets/diagram/rhdfexporter.drawio

Lines changed: 158 additions & 0 deletions
Large diffs are not rendered by default.
27.9 KB
Loading

assets/logo/logo_400_400.png

-12.8 KB
Binary file not shown.

assets/logo/logo_pixelized.xcf

136 KB
Binary file not shown.
29.7 KB
Loading
14.6 KB
Loading
9.29 KB
Binary file not shown.

assets/logo/logo_raw.png

39.1 KB
Loading

0 commit comments

Comments
 (0)