-
Notifications
You must be signed in to change notification settings - Fork 0
42 lines (31 loc) · 1.08 KB
/
document.yml
File metadata and controls
42 lines (31 loc) · 1.08 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
name: Web
# (Learning about) Autogenerated documentation for GitHub Pages.
on:
pull_request:
branches: [ "main" ]
jobs:
documentation:
runs-on: ubuntu-latest
steps:
- name: Checkout branch
uses: actions/checkout@v4
with:
repository: ${{ github.event.pull_request.head.repo.full_name }}
ref: ${{ github.event.pull_request.head.ref }}
- name: Generate documentation
uses: mattnotmitt/doxygen-action@v1.12.0
- name: No Jekyll
run: touch web/.nojekyll
- name: Commit changes
uses: EndBug/add-and-commit@latest
with:
add: 'web/'
author_name: Lazy Vayu
author_email: pawanmsr@outlook.com
commit: --signoff
committer_name: Workflow Automation
committer_email: 25368219+pawanmsr@users.noreply.github.com
default_author: github_actor
message: 'generate documentation'
pathspec_error_handling: ignore
push: true