Update Docs.yml
This commit is contained in:
parent
f6402a095b
commit
a7295073f8
7
.github/workflows/Docs.yml
vendored
7
.github/workflows/Docs.yml
vendored
@ -2,7 +2,7 @@ name: 📄
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [ alpha-3.0.0 ]
|
branches: [ alpha-3-0-0 ]
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [ main ]
|
branches: [ main ]
|
||||||
|
|
||||||
@ -19,4 +19,7 @@ jobs:
|
|||||||
|
|
||||||
# Runs a single command using the runners shell
|
# Runs a single command using the runners shell
|
||||||
- name: Run a one-line script
|
- name: Run a one-line script
|
||||||
run: echo Hello, world!
|
run: |
|
||||||
|
sudo apt-get install doxygen -y
|
||||||
|
cd Docs
|
||||||
|
doxygen
|
||||||
|
Loading…
Reference in New Issue
Block a user