Skip to content

Commit

Permalink
Prepare for v2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
h2zero committed Dec 12, 2024
1 parent 152cc9d commit 78cd32f
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 75 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Release

on:
release:
types: [published]

jobs:
build_docs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Doxygen Action
uses: mattnotmitt/doxygen-action@v1.9.8
with:
working-directory: 'docs/'
- name: Deploy
uses: peaceiris/actions-gh-pages@v4
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./docs/doxydocs/html
56 changes: 0 additions & 56 deletions CMakeLists.txt_idf3

This file was deleted.

2 changes: 0 additions & 2 deletions component.mk

This file was deleted.

6 changes: 6 additions & 0 deletions idf_component.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
## IDF Component Manager Manifest File
version: "2.0.0"
license: "Apache-2.0"
description: "NimBLE C++ wrapper"
files:
exclude:
docs/doxydocs
dependencies:
espressif/esp_hosted:
version: "*"
Expand Down
17 changes: 0 additions & 17 deletions package.json

This file was deleted.

0 comments on commit 78cd32f

Please sign in to comment.