Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
spuder committed Nov 3, 2024
1 parent 5d00b2c commit c59f4d5
Show file tree
Hide file tree
Showing 14 changed files with 7 additions and 23,449 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,15 @@ jobs:
- name: Copy manifest to firmware folder
run: |
cp openspool-esp32s2/manifest.json firmware/manifest.json
cp opensppool-esp32s2/*.bin firmware
- name: Commit manifest file
uses: EndBug/add-and-commit@v9
with:
committer_name: GitHub Actions
committer_email: [email protected]
message: Update manifest.json
add: "firmware/manifest.json"
add: "firmware/manifest.json firmware/*.bin"
push: true

- name: Upload Artifacts
Expand Down
5 changes: 5 additions & 0 deletions docs/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
_site
.jekyll-cache
.sass-cache
.jekyll-metadata
Gemfile.lock
181 changes: 0 additions & 181 deletions docs/Gemfile.lock

This file was deleted.

Loading

0 comments on commit c59f4d5

Please sign in to comment.