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