Skip to content

Commit

Permalink
del:doc/html
Browse files Browse the repository at this point in the history
  • Loading branch information
dimadem committed Nov 28, 2024
1 parent 5b77ab8 commit 302a79a
Show file tree
Hide file tree
Showing 2,020 changed files with 21 additions and 128,522 deletions.
38 changes: 21 additions & 17 deletions .github/workflows/doxygen.yml
Original file line number Diff line number Diff line change
@@ -1,24 +1,28 @@
name: Generate Doxygen Documentation
name: Doxygen Documentation

on:
push:
branches: [ main, dimadem_redirection ]
branches: [ "main" ]

permissions:
contents: write

jobs:
build:
generate:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4

- name: Doxygen Action
uses: mattnotmitt/doxygen-action@v1.9.8
with:
working-directory: './doc'
doxyfile-path: './Doxyfile'

- name: Deploy
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./doc/html
- name: Checkout repository
uses: actions/checkout@v4

- name: Generate Doxygen Documentation
uses: mattnotmitt/doxygen-action@v1.9.8
with:
working-directory: './doc'
doxyfile-path: './Doxygen'

- name: push to gh-pages
uses: peaceiris/actions-gh-pages@v4
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./doc/html
publish_branch: gh-pages
File renamed without changes.
113 changes: 0 additions & 113 deletions doc/html/_r_e_a_d_m_e_8md.html

This file was deleted.

121 changes: 0 additions & 121 deletions doc/html/annotated.html

This file was deleted.

8 changes: 0 additions & 8 deletions doc/html/annotated_dup.js

This file was deleted.

Loading

0 comments on commit 302a79a

Please sign in to comment.