4 Commits

Author SHA1 Message Date
93baa83f87 update(AUTHORS)
Some checks failed
Deploy documentation / deploy (push) Has been cancelled
2024-09-23 19:41:23 +03:00
b6780fe572 fix(docs.yml): download doxygen-1.12.0 binaries 2024-09-23 19:38:33 +03:00
bb98575fb9 fix(docs.yml): submodules: 'true' 2024-09-22 22:20:24 +03:00
98fa49bd06 Merge pull request #1 from vSEK1RO/v1.0.1
v1.0.1
2024-09-22 22:07:58 +03:00
2 changed files with 7 additions and 3 deletions

View File

@ -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:

View File

@ -1,5 +1,5 @@
libbasen project authors:
commits | username
46 | vSEK1RO
62 | vSEK1RO