Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Initial docs prototype #1338

Draft
wants to merge 4 commits into
base: master
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 12 additions & 2 deletions .github/workflows/generate-website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,18 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- name: Build Jekyll
uses: actions/jekyll-build-pages@v1
- uses: actions/setup-node@v4
with:
node-version: 18
cache: npm

- name: Install dependencies
run: npm ci
working-directory: www

- name: Build website
run: npm run build -- --out-dir ../_site
working-directory: www

- name: Install doxygen and build doxygen doc
working-directory: ${{github.workspace}}
Expand Down
310 changes: 0 additions & 310 deletions _config.yml

This file was deleted.

2 changes: 0 additions & 2 deletions _includes/head_custom.html

This file was deleted.

7 changes: 0 additions & 7 deletions _licenses.md

This file was deleted.

48 changes: 0 additions & 48 deletions _sass/custom/custom.scss

This file was deleted.

Loading