Skip to content

Commit c59f4d5

Browse files
committed
update docs
1 parent 5d00b2c commit c59f4d5

14 files changed

+7
-23449
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,14 +36,15 @@ jobs:
3636
- name: Copy manifest to firmware folder
3737
run: |
3838
cp openspool-esp32s2/manifest.json firmware/manifest.json
39+
cp opensppool-esp32s2/*.bin firmware
3940
4041
- name: Commit manifest file
4142
uses: EndBug/add-and-commit@v9
4243
with:
4344
committer_name: GitHub Actions
4445
committer_email: actions@github.com
4546
message: Update manifest.json
46-
add: "firmware/manifest.json"
47+
add: "firmware/manifest.json firmware/*.bin"
4748
push: true
4849

4950
- name: Upload Artifacts

docs/.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
_site
2+
.jekyll-cache
3+
.sass-cache
4+
.jekyll-metadata
5+
Gemfile.lock

docs/Gemfile.lock

Lines changed: 0 additions & 181 deletions
This file was deleted.

0 commit comments

Comments
 (0)