Skip to content

Update Waveshare_7_5_T7_Sensors.ino #106

Update Waveshare_7_5_T7_Sensors.ino

Update Waveshare_7_5_T7_Sensors.ino #106

Workflow file for this run

name: Doxygen
on:
push:
branches: [ "main" ]
permissions:
contents: write
jobs:
doxygen:
runs-on: ubuntu-latest
steps:
- name: Install Doxygen
run: |
sudo apt-get update
sudo apt-get install -y doxygen
- uses: actions/checkout@v3
- name: Generate docs
run: doxygen Doxyfile
- name: Deploy to GitHub Pages
uses: JamesIves/github-pages-deploy-action@releases/v4
with:
#GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
BRANCH: gh-pages
FOLDER: docs/html