fix(docs.yml): on push main; update(Doxyfile): version

This commit is contained in:
2024-09-26 20:55:30 +03:00
parent 87a0cce29d
commit 44120b7ebb
2 changed files with 3 additions and 3 deletions

View File

@ -1,8 +1,8 @@
name: Deploy documentation name: Deploy documentation
on: on:
release: push:
types: [published] branches: ["main"]
permissions: permissions:
contents: read contents: read

View File

@ -48,7 +48,7 @@ PROJECT_NAME = libbasen
# could be handy for archiving the generated documentation or if some version # could be handy for archiving the generated documentation or if some version
# control system is used. # control system is used.
PROJECT_NUMBER = v1.0.1 PROJECT_NUMBER = v1.0.2
# Using the PROJECT_BRIEF tag one can provide an optional one line description # Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer a # for a project that appears at the top of each page and should give viewer a