Skip to content

Commit 7865926

Browse files
authored
Merge branch 'main' into update-some-actions-to-node-20
2 parents cf33abe + 06b18df commit 7865926

753 files changed

Lines changed: 14686 additions & 52588 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
bundler-cache: true
4545
- name: Install Dependencies
4646
run: |
47-
gem install bundler:1.17.3
47+
gem install bundler:2.2.26
4848
bundle install --full-index
4949
pip install python-frontmatter pillow python-dateutil
5050
- name: Check feature names and other data

.github/workflows/images.yml

Lines changed: 14 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,29 @@
11
name: Compress Images
22
on:
3-
pull_request:
4-
# Run Image Actions when JPG, JPEG, PNG or WebP files are added or changed.
5-
# See https://help.github.com/en/actions/automating-your-workflow-with-github-actions/workflow-syntax-for-github-actions#onpushpull_requestpaths for reference.
6-
paths:
7-
- '**.jpg'
8-
- '**.jpeg'
9-
- '**.png'
10-
- '**.webp'
3+
workflow_dispatch:
4+
schedule:
5+
- cron: '0 0 1 * *'
116
jobs:
127
build:
13-
# Only run on Pull Requests within the same repository, and not from forks.
14-
if: github.event.pull_request.head.repo.full_name == github.repository
158
name: calibreapp/image-actions
169
runs-on: ubuntu-latest
1710
steps:
1811
- name: Checkout Repo
1912
uses: actions/checkout@v4
2013
with:
2114
show-progress: false
15+
2216
- name: Compress Images
17+
id: calibre
2318
uses: calibreapp/image-actions@main
2419
with:
25-
# The `GITHUB_TOKEN` is automatically generated by GitHub and scoped only to the repository that is currently running the action. By default, the action can’t update Pull Requests initiated from forked repositories.
26-
# See https://docs.github.com/en/actions/reference/authentication-in-a-workflow and https://help.github.com/en/articles/virtual-environments-for-github-actions#token-permissions
2720
githubToken: ${{ secrets.GITHUB_TOKEN }}
21+
compressOnly: true
22+
- name: Create New Pull Request If Needed
23+
if: steps.calibre.outputs.markdown != ''
24+
uses: peter-evans/create-pull-request@v4
25+
with:
26+
title: Compressed Images Nightly
27+
branch-suffix: timestamp
28+
commit-message: Compressed Images
29+
body: ${{ steps.calibre.outputs.markdown }}

Gemfile.lock

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,13 @@ GEM
1313
ffi (1.15.5)
1414
forwardable-extended (2.6.0)
1515
google-protobuf (3.22.0)
16-
google-protobuf (3.22.0-x86_64-linux)
1716
http_parser.rb (0.8.0)
1817
i18n (1.12.0)
1918
concurrent-ruby (~> 1.0)
2019
image_processing (1.12.2)
2120
mini_magick (>= 4.9.5, < 5)
2221
ruby-vips (>= 2.0.17, < 3)
23-
jekyll (4.3.2)
22+
jekyll (4.3.3)
2423
addressable (~> 2.4)
2524
colorator (~> 1.0)
2625
em-websocket (~> 0.5)

_blinka/adafruit_feather_rp2040.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ board_url:
99
board_image: "adafruit_feather_rp2040.jpg"
1010
download_instructions: "https://learn.adafruit.com/circuitpython-libraries-on-any-computer-with-raspberry-pi-pico"
1111
blinka: true
12-
date_added: 2021-12-6
12+
date_added: 2021-12-06
1313
features:
1414
- Feather-Compatible
1515
- STEMMA QT/QWIIC

_blinka/adafruit_feather_rp2040_can.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ board_url:
88
- "https://www.adafruit.com/product/5724"
99
board_image: "adafruit_feather_rp2040_can.jpg"
1010
blinka: true
11-
date_added: 2023-5-2
11+
date_added: 2023-05-02
1212
tags:
1313
- CAN Bus Feather
1414
- Feather CAN Bus

_blinka/adafruit_feather_rp2040_rfm.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ board_url:
88
- "https://www.adafruit.com/product/5714"
99
board_image: "adafruit_feather_rp2040_rfm9x.jpg"
1010
blinka: true
11-
date_added: 2023-4-4
11+
date_added: 2023-04-04
1212
features:
1313
- Feather-Compatible
1414
- STEMMA QT/QWIIC

_blinka/adafruit_feather_rp2040_rfm69.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ board_url:
88
- "https://www.adafruit.com/product/5712"
99
board_image: "adafruit_feather_rp2040_rfm69.jpg"
1010
blinka: true
11-
date_added: 2023-4-4
11+
date_added: 2023-04-04
1212
features:
1313
- Feather-Compatible
1414
- STEMMA QT/QWIIC

_blinka/adafruit_feather_rp2040_thinkink.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ board_url:
88
- "https://www.adafruit.com/product/5727"
99
board_image: "adafruit_feather_rp2040_thinkink.jpg"
1010
blinka: true
11-
date_added: 2023-5-2
11+
date_added: 2023-05-02
1212
tags:
1313
- ThinkInk Feather
1414
- Feather ThinkInk

_blinka/adafruit_itsybitsy_rp2040.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ board_url:
99
board_image: "adafruit_itsybitsy_rp2040.jpg"
1010
download_instructions: "https://learn.adafruit.com/circuitpython-libraries-on-any-computer-with-raspberry-pi-pico"
1111
blinka: true
12-
date_added: 2021-12-6
12+
date_added: 2021-12-06
1313
features:
1414

1515
---

_blinka/adafruit_kb2040.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ board_url:
99
board_image: "adafruit_kb2040.jpg"
1010
download_instructions: "https://learn.adafruit.com/circuitpython-libraries-on-any-computer-with-raspberry-pi-pico"
1111
blinka: true
12-
date_added: 2023-9-6
12+
date_added: 2023-09-06
1313
features:
1414
- STEMMA QT/QWIIC
1515

0 commit comments

Comments
 (0)