Skip to content

Commit 5ae862a

Browse files
committed
GOOD first test of CCSDS implementation :test:
1 parent 88e1841 commit 5ae862a

3,070 files changed

Lines changed: 2504226 additions & 2504107 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Lines changed: 39 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -1,40 +1,40 @@
1-
# This is a basic workflow to help you get started with Actions
2-
3-
name: Doxygen-Documentation
4-
5-
# Controls when the action will run. Triggers the workflow on push or pull request
6-
# events but only for the master branch
7-
on:
8-
push:
9-
branches: [ main ] # change this to main if using the main branch
10-
11-
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
12-
jobs:
13-
# This workflow contains a single job called "build"
14-
build:
15-
# The type of runner that the job will run on
16-
runs-on: ubuntu-latest
17-
18-
# Steps represent a sequence of tasks that will be executed as part of the job
19-
steps:
20-
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
21-
- uses: actions/checkout@v2
22-
23-
# build the doxygen documentation
24-
- name: Doxygen Action
25-
uses: mattnotmitt/doxygen-action@v1.1.0
26-
with:
27-
# Path to Doxyfile
28-
doxyfile-path: ./Doxyfile # default is ./Doxyfile
29-
# Working directory
30-
working-directory: . # default is .
31-
32-
# Deploy the HTML documentation to GitHub Pages
33-
- name: Deploy
34-
uses: peaceiris/actions-gh-pages@v3
35-
with:
36-
github_token: ${{ secrets.GITHUB_TOKEN }}
37-
# Default Doxyfile build documentation to html directory.
38-
# Change the directory if changes in Doxyfile
39-
publish_dir: ./documentation/firmware-docs/html
1+
# This is a basic workflow to help you get started with Actions
2+
3+
name: Doxygen-Documentation
4+
5+
# Controls when the action will run. Triggers the workflow on push or pull request
6+
# events but only for the master branch
7+
on:
8+
push:
9+
branches: [ main ] # change this to main if using the main branch
10+
11+
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
12+
jobs:
13+
# This workflow contains a single job called "build"
14+
build:
15+
# The type of runner that the job will run on
16+
runs-on: ubuntu-latest
17+
18+
# Steps represent a sequence of tasks that will be executed as part of the job
19+
steps:
20+
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
21+
- uses: actions/checkout@v2
22+
23+
# build the doxygen documentation
24+
- name: Doxygen Action
25+
uses: mattnotmitt/doxygen-action@v1.1.0
26+
with:
27+
# Path to Doxyfile
28+
doxyfile-path: ./Doxyfile # default is ./Doxyfile
29+
# Working directory
30+
working-directory: . # default is .
31+
32+
# Deploy the HTML documentation to GitHub Pages
33+
- name: Deploy
34+
uses: peaceiris/actions-gh-pages@v3
35+
with:
36+
github_token: ${{ secrets.GITHUB_TOKEN }}
37+
# Default Doxyfile build documentation to html directory.
38+
# Change the directory if changes in Doxyfile
39+
publish_dir: ./documentation/firmware-docs/html
4040
publish_branch: gh-pages

.idea/.gitignore

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/Project-Shadow-Flight.iml

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/modules.xml

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/vcs.xml

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)