Compare commits

...

3 commits

6 changed files with 483 additions and 13 deletions

View file

@ -1,18 +1,25 @@
name: github-pages
on:
push:
branches: [main]
branches: main
jobs:
main:
permissions:
pages: write
id-token: write
environment: github-pages
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: make build
- uses: actions/upload-pages-artifact@v1
- uses: actions/upload-pages-artifact@v2
with:
path: dist
- uses: actions/deploy-pages@v1
deploy:
environment:
name: github-pages
url: ${{ steps.deploy.outputs.page_url }}
permissions:
pages: write
id-token: write
needs: build
runs-on: ubuntu-latest
steps:
- id: deploy
uses: actions/deploy-pages@v2

View file

@ -8,7 +8,7 @@ style: |
}
---
# 2023-01-09
# 2023-09-30
---
@ -36,9 +36,7 @@ JavaScript からハードウェアを制御するプロトタイピング環境
---
## 作品例
![h:550](./assets/webiotmakers-gallery.dio.png)
![h:600](./assets/webiotmakers-gallery.dio.png)
<!-- NOTE: CHIRIMENを使い、アイディアを凝らしてさまざまな作品を作っています。 -->
@ -190,7 +188,7 @@ node hello.js
---
# 2023-01-14
# 2023-10-01
---
@ -322,6 +320,7 @@ https://gist.github.com/elie-j/8a27e7a65a40371e0cda5754ce0a063d
過去の資料
- [2022 年度 東京版](/chirimen-hands-on/2022/tokyo/)
- [2022 年度 岡山版](/chirimen-hands-on/2022/okayama/)
- [2022 年度 愛媛版](/chirimen-hands-on/2022/ehime/)

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 MiB

After

Width:  |  Height:  |  Size: 1.4 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 361 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 MiB

File diff suppressed because one or more lines are too long