Manual trigger, branch name fix, rename yml

This commit is contained in:
tooomm 2025-09-28 18:31:56 +02:00 committed by GitHub
parent 5381562a5e
commit 944fee637e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,12 +1,14 @@
name: Generate and Deploy Doxygen Docs name: Documentation
on: on:
push: push:
tags: tags:
- '*' # Only re-generate docs when a new version is pushed - '*' # Only re-generate docs when a new tagged version is pushed
workflow_dispatch:
jobs: jobs:
docs: docs:
name: Doxygen Docs
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
@ -24,6 +26,6 @@ jobs:
with: with:
deploy_key: ${{ secrets.DOCS_DEPLOY_KEY }} deploy_key: ${{ secrets.DOCS_DEPLOY_KEY }}
external_repository: Cockatrice/cockatrice.github.io external_repository: Cockatrice/cockatrice.github.io
publish_branch: main publish_branch: master
publish_dir: ./docs/html publish_dir: ./docs/html
destination_dir: docs # Docs will live under https://cockatrice.github.io/docs/ destination_dir: docs # Docs will live under https://cockatrice.github.io/docs/