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

Add CI #18

Merged
merged 4 commits into from
Jun 11, 2023
Merged
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
25 changes: 25 additions & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
name: Generate nimiSlides docs

on:
push:
branches:
- master

jobs:
gen:
name: Generate and deploy docs
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: iffy/install-nim@v4
- name: Generate
run: |
nimble install -y
nimble buildDocs
nimble docs
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./docs
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
nimcache/
nimblecache/
htmldocs/
reveal.js-master/
reveal.js-master/
x_*
*.html
docs/docs
209 changes: 0 additions & 209 deletions docs/fragments.html

This file was deleted.

Binary file removed docs/gauss-100.png
Binary file not shown.
Binary file removed docs/gauss-1000.png
Binary file not shown.
Binary file removed docs/gauss-10000.png
Binary file not shown.
Binary file removed docs/gauss-50.png
Binary file not shown.
Binary file removed docs/images/multi_layer_histogram_0.png
Binary file not shown.
Binary file removed docs/images/splineComp.png
Binary file not shown.
143 changes: 0 additions & 143 deletions docs/index.html

This file was deleted.

Loading