-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7fce094
commit 2c35fce
Showing
111 changed files
with
579 additions
and
318 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
name: GitHub Pages | ||
|
||
on: | ||
push: | ||
branches: | ||
- mkdocs # temporary | ||
paths-ignore: | ||
- README.md | ||
- CONTRIBUTING.md | ||
- CMakeLists.txt | ||
workflow_dispatch: | ||
|
||
jobs: | ||
deploy: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: fkirc/skip-duplicate-actions@v5 | ||
with: | ||
cancel_others: 'true' | ||
- uses: actions/checkout@v4 | ||
with: | ||
fetch-depth: 0 # for the 'Last updated' timestamp | ||
- name: Install requirements | ||
run: pip install -r requirements.txt | ||
- name: Build site | ||
run: mkdocs build | ||
- uses: crazy-max/ghaction-github-pages@v4 | ||
with: | ||
build_dir: site | ||
env: | ||
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}} |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,12 @@ | ||
# .gitignore | ||
## Files we want to have locally, but do not want to push to remote | ||
|
||
## Editor swap files | ||
*~ | ||
*.swp | ||
*.orig | ||
|
||
## CMake and C/C++ | ||
## CMake build system | ||
**/build*/ | ||
CMakeLists.txt.user | ||
*.cproject | ||
*.project | ||
tags | ||
|
||
## doxygen | ||
doc/html | ||
doc/doxygen_sqlite3.db | ||
|
||
## gitbook generated | ||
/_book/ | ||
/node_modules/ | ||
## mkdocs generated | ||
/site/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
File renamed without changes.
File renamed without changes.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Oops, something went wrong.