Skip to content

Commit f892c8d

Browse files
authored
Merge pull request #1 from leoli51/master
Add melopero shake
2 parents 7efd133 + dca94b7 commit f892c8d

File tree

266 files changed

+6116
-18896
lines changed

Some content is hidden

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

266 files changed

+6116
-18896
lines changed

.github/workflows/build.yml

Lines changed: 6 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -40,18 +40,9 @@ jobs:
4040
- name: Build site with jekyll
4141
run: |
4242
bundle exec jekyll build -d build
43-
- name: Commit and Push to gh-pages
44-
run: |
45-
# https://github.com/helaili/jekyll-action/blob/master/entrypoint.sh#L49
46-
cd build
47-
touch .nojekyll
48-
git init
49-
git config user.name "${GITHUB_ACTOR}"
50-
git config user.email "${GITHUB_ACTOR}@users.noreply.github.com"
51-
git add .
52-
git commit -m 'jekyll build from Action'
53-
git push --force https://${ADABOT_PAT}@github.com/${GITHUB_REPOSITORY}.git HEAD:gh-pages
54-
rm -fr .git
55-
cd ..
56-
env:
57-
ADABOT_PAT: ${{ secrets.ADABOT_PAT }}
43+
- name: Deploy
44+
uses: peaceiris/actions-gh-pages@v3
45+
with:
46+
github_token: ${{ secrets.GITHUB_TOKEN }}
47+
publish_dir: ./build
48+
cname: circuitpython.org

_board/8086_commander.md

Lines changed: 2 additions & 0 deletions

_board/ADM_B_NRF52840_1.md

Lines changed: 2 additions & 0 deletions

_board/TG-Watch.md

Lines changed: 1 addition & 0 deletions

_board/adafruit_feather_esp32s2_nopsram.md

Lines changed: 2 additions & 0 deletions

_board/adafruit_feather_esp32s2_tftback_nopsram.md

Lines changed: 2 additions & 0 deletions

_board/adafruit_feather_rp2040.md

Lines changed: 1 addition & 0 deletions

_board/adafruit_funhouse.md

Lines changed: 2 additions & 0 deletions

_board/adafruit_itsybitsy_rp2040.md

Lines changed: 1 addition & 0 deletions

_board/adafruit_led_glasses_nrf52840.md

Lines changed: 1 addition & 0 deletions

_board/adafruit_macropad_rp2040.md

Lines changed: 1 addition & 0 deletions

_board/adafruit_magtag_2.9_grayscale.md

Lines changed: 2 additions & 0 deletions

_board/adafruit_metro_esp32s2.md

Lines changed: 2 additions & 0 deletions

_board/adafruit_neokey_trinkey_m0.md

Lines changed: 1 addition & 0 deletions

_board/adafruit_proxlight_trinkey_m0.md

Lines changed: 1 addition & 0 deletions

_board/adafruit_qt2040_trinkey.md

Lines changed: 1 addition & 0 deletions

_board/adafruit_qtpy_rp2040.md

Lines changed: 1 addition & 0 deletions

_board/adafruit_rotary_trinkey_m0.md

Lines changed: 1 addition & 0 deletions

_board/adafruit_slide_trinkey_m0.md

Lines changed: 1 addition & 0 deletions

_board/ai_thinker_esp_12k_nodemcu.md

Lines changed: 1 addition & 0 deletions

_board/aloriumtech_evo_m51.md

Lines changed: 1 addition & 0 deletions

_board/aramcon2_badge.md

Lines changed: 1 addition & 0 deletions

_board/aramcon_badge_2019.md

Lines changed: 2 additions & 0 deletions

_board/arduino_mkr1300.md

Lines changed: 2 additions & 0 deletions

_board/arduino_mkrzero.md

Lines changed: 2 additions & 0 deletions

_board/arduino_nano_33_ble.md

Lines changed: 2 additions & 0 deletions

_board/arduino_nano_33_iot.md

Lines changed: 2 additions & 0 deletions

_board/arduino_nano_rp2040_connect.md

Lines changed: 1 addition & 0 deletions

_board/arduino_zero.md

Lines changed: 2 additions & 0 deletions

_board/artisense_rd00.md

Lines changed: 2 additions & 0 deletions

_board/atmegazero_esp32s2.md

Lines changed: 2 additions & 0 deletions

_board/bast_pro_mini_m0.md

Lines changed: 1 addition & 0 deletions

_board/bastble.md

Lines changed: 1 addition & 0 deletions

_board/bdmicro_vina_d21.md

Lines changed: 1 addition & 0 deletions

_board/bdmicro_vina_d51.md

Lines changed: 1 addition & 0 deletions

_board/bdmicro_vina_d51_pcb7.md

Lines changed: 1 addition & 0 deletions

_board/bless_dev_board_multi_sensor.md

Lines changed: 1 addition & 0 deletions

_board/blm_badge.md

Lines changed: 1 addition & 0 deletions

_board/bluemicro840.md

Lines changed: 1 addition & 0 deletions

_board/capablerobot_usbhub.md

Lines changed: 2 additions & 0 deletions

_board/catwan_usbstick.md

Lines changed: 1 addition & 0 deletions

0 commit comments

Comments
 (0)