Skip to content

Commit

Permalink
feat: Doxygen
Browse files Browse the repository at this point in the history
  • Loading branch information
AWildErin committed Sep 8, 2024
1 parent 556b2c8 commit 398bf67
Show file tree
Hide file tree
Showing 6 changed files with 3,039 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Deploy Docs

on:
push:
branches: [feat/docs]

jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: DenverCoder1/[email protected]
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
branch: docs
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
[submodule "thirdparty/bufferstream"]
path = thirdparty/bufferstream
url = https://github.com/craftablescience/BufferStream.git
[submodule "docs/doxygen-awesome-css"]
path = docs/doxygen-awesome-css
url = https://github.com/jothepro/doxygen-awesome-css.git
Loading

0 comments on commit 398bf67

Please sign in to comment.