Compare commits
5 Commits
1.0.1
...
5f2cffdd82
| Author | SHA1 | Date | |
|---|---|---|---|
| 5f2cffdd82 | |||
| 93baa83f87 | |||
| b6780fe572 | |||
| bb98575fb9 | |||
| 98fa49bd06 |
8
.github/workflows/docs.yml
vendored
8
.github/workflows/docs.yml
vendored
@ -24,12 +24,16 @@ jobs:
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
submodules: 'true'
|
||||
- name: Setup Pages
|
||||
uses: actions/configure-pages@v5
|
||||
- name: Install Doxygen
|
||||
run: sudo apt install doxygen
|
||||
run: |
|
||||
wget https://github.com/doxygen/doxygen/releases/download/Release_1_12_0/doxygen-1.12.0.linux.bin.tar.gz
|
||||
tar -xf doxygen-1.12.0.linux.bin.tar.gz
|
||||
- name: Generate docs
|
||||
run: doxygen
|
||||
run: ./doxygen-1.12.0/bin/doxygen
|
||||
- name: Upload artifact
|
||||
uses: actions/upload-pages-artifact@v3
|
||||
with:
|
||||
|
||||
2
AUTHORS
2
AUTHORS
@ -1,5 +1,5 @@
|
||||
libbasen project authors:
|
||||
|
||||
commits | username
|
||||
46 | vSEK1RO
|
||||
62 | vSEK1RO
|
||||
|
||||
|
||||
Submodule distrib/arch updated: 0dcfd063ed...a829d9746a
Reference in New Issue
Block a user