-
Notifications
You must be signed in to change notification settings - Fork 0
44 lines (35 loc) · 1.06 KB
/
build-docs.yml
File metadata and controls
44 lines (35 loc) · 1.06 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
name: Build Docs
on:
workflow_dispatch:
jobs:
build-docs:
runs-on: ubuntu-latest
# defaults:
# run:
# working-directory: src/Poker
steps:
- name: 🛎️ Checkout
uses: actions/checkout@v6
# - name: 🔨 Build
# run: doxygen
# working-directory: src/RFIDReader/ESP8266
- name: 🔨 Build
uses: mattnotmitt/doxygen-action@v1.12.0
with:
working-directory: "src/RFIDReader/ESP8266"
- name: ⬆ Upload coverage report artifact
uses: actions/upload-artifact@v7
with:
name: RFIDReader # Artifact name
path: src/RFIDReader/ESP8266 # Directory containing files to upload
# - name: Commit wwwroot to GitHub Pages
# uses: JamesIves/github-pages-deploy-action@v4.4.3
# with:
# branch: gh-pages
# folder: release/wwwroot
- name: 🚀 Deploy
uses: peaceiris/actions-gh-pages@v4
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./src/RFIDReader/ESP8266/html
destination_dir: rfidreader