ci: Fix doxygen.yml to include enviroment

pull/60/head
nirenjan 2026-03-09 10:30:00 -07:00
parent e98b8b4bc3
commit 47da6e22d1
1 changed files with 3 additions and 0 deletions

View File

@ -14,6 +14,9 @@ jobs:
doxygen:
if: "!(contains(github.event.head_commit.message, '[doxy skip]') || contains(github.event.head_commit.message, '[skip doxy]'))"
runs-on: 'ubuntu-latest'
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
steps:
- name: Checkout repository