-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'develop' into feature/2086-kubeflow
- Loading branch information
Showing
217 changed files
with
15,476 additions
and
13,975 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ jobs: | |
- uses: actions/checkout@v3 | ||
- uses: actions/setup-python@v4 | ||
with: | ||
python-version: 3.8 | ||
python-version: '3.10' | ||
|
||
- name: Install dependencies (python, pip, npm) | ||
run: | | ||
|
@@ -17,12 +17,13 @@ jobs: | |
npm install | ||
- name: Executing build and create fonts via icomoon | ||
shell: bash | ||
env: | ||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
run: > | ||
python ./.github/scripts/icomoon_build.py | ||
./.github/scripts/build_assets/geckodriver-v0.32.2-linux64/geckodriver ./icomoon.json | ||
./devicon.json ./icons ./ "$GITHUB_TOKEN" --headless | ||
./devicon.json ./icons ./ $GITHUB_TOKEN --headless | ||
- name: Upload geckodriver.log for debugging purposes | ||
uses: actions/upload-artifact@v2 | ||
|
@@ -42,15 +43,15 @@ jobs: | |
if: success() | ||
run: npm run build-css | ||
|
||
- name: Upload screenshot of the newly made icons | ||
id: imgur_step | ||
uses: devicons/[email protected] | ||
if: success() | ||
with: | ||
# will have "new_icons.png" and "new_svgs.png" | ||
# in that order (cause sorted alphabetically) | ||
path: ./screenshots/*.png | ||
client_id: ${{secrets.IMGUR_CLIENT_ID}} | ||
# - name: Upload screenshot of the newly made icons | ||
# id: imgur_step | ||
# uses: devicons/[email protected] | ||
# if: success() | ||
# with: | ||
# # will have "new_icons.png" and "new_svgs.png" | ||
# # in that order (cause sorted alphabetically) | ||
# path: ./screenshots/*.png | ||
# client_id: ${{secrets.IMGUR_CLIENT_ID}} | ||
|
||
- name: Get the release message from file | ||
id: release_message_step | ||
|
@@ -68,22 +69,14 @@ jobs: | |
I'm Devicon's Build Bot and I just built some new font files and devicon.min.css file. | ||
Here are all the **SVGs** that were uploaded (the new ones are those with highlight): | ||
{0} | ||
Here is what they look like as icons: | ||
{1} | ||
The devicon.min.css file contains: | ||
-The icon content | ||
-The aliases | ||
-The colored classes | ||
I also compiled a list of new features and icons that were added since last release. | ||
``` | ||
{2} | ||
{0} | ||
``` | ||
More information can be found in the GitHub Action logs for this workflow. | ||
|
@@ -98,8 +91,6 @@ jobs: | |
${{ | ||
format( | ||
env.MESSAGE, | ||
fromJSON(steps.imgur_step.outputs.markdown_urls)[1], | ||
fromJSON(steps.imgur_step.outputs.markdown_urls)[0], | ||
steps.release_message_step.outputs.content | ||
) | ||
}} | ||
|
Oops, something went wrong.