mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-01 02:53:56 -07:00
remove documentation build
This commit is contained in:
parent
6bfababd56
commit
288edb74f7
1 changed files with 0 additions and 39 deletions
39
.github/workflows/documentation-build.yml
vendored
39
.github/workflows/documentation-build.yml
vendored
|
|
@ -1,39 +0,0 @@
|
||||||
name: Generate Docs
|
|
||||||
|
|
||||||
on:
|
|
||||||
push:
|
|
||||||
tags:
|
|
||||||
- '*' # Only re-generate docs when a new tagged version is pushed
|
|
||||||
pull_request:
|
|
||||||
paths:
|
|
||||||
- '.github/workflows/documentation-build.yml'
|
|
||||||
- 'Doxyfile'
|
|
||||||
- 'doxygen_style.css'
|
|
||||||
workflow_dispatch:
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
docs:
|
|
||||||
name: Doxygen
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
|
|
||||||
steps:
|
|
||||||
- name: Checkout code
|
|
||||||
uses: actions/checkout@v6
|
|
||||||
with:
|
|
||||||
submodules: recursive
|
|
||||||
|
|
||||||
- name: Install Doxygen and Graphviz
|
|
||||||
run: sudo apt-get install -y doxygen graphviz
|
|
||||||
|
|
||||||
- name: Generate Documentation
|
|
||||||
run: doxygen Doxyfile
|
|
||||||
|
|
||||||
- name: Deploy to cockatrice.github.io
|
|
||||||
if: github.event_name != 'pull_request'
|
|
||||||
uses: peaceiris/actions-gh-pages@v4
|
|
||||||
with:
|
|
||||||
deploy_key: ${{ secrets.DOCS_DEPLOY_KEY }}
|
|
||||||
external_repository: Cockatrice/cockatrice.github.io
|
|
||||||
publish_branch: master
|
|
||||||
publish_dir: ./docs/html
|
|
||||||
destination_dir: docs # Docs will live under https://cockatrice.github.io/docs/
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue