From 44120b7ebb880f0ffee0dbb5df9436d705d98234 Mon Sep 17 00:00:00 2001 From: SEK1RO Date: Thu, 26 Sep 2024 20:55:30 +0300 Subject: [PATCH] fix(docs.yml): on push main; update(Doxyfile): version --- .github/workflows/docs.yml | 4 ++-- Doxyfile | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 883a6f6..b6a19a1 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -1,8 +1,8 @@ name: Deploy documentation on: - release: - types: [published] + push: + branches: ["main"] permissions: contents: read diff --git a/Doxyfile b/Doxyfile index 2fd0367..1ae80b3 100644 --- a/Doxyfile +++ b/Doxyfile @@ -48,7 +48,7 @@ PROJECT_NAME = libbasen # could be handy for archiving the generated documentation or if some version # 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 # for a project that appears at the top of each page and should give viewer a