Skip to content

Commit

Permalink
Merge pull request #18 from HugoGranstrom/addCI
Browse files Browse the repository at this point in the history
Add CI
  • Loading branch information
HugoGranstrom authored Jun 11, 2023
2 parents f400933 + 1ffe282 commit 42f40f2
Show file tree
Hide file tree
Showing 15 changed files with 34 additions and 31,006 deletions.
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

0 comments on commit 42f40f2

Please sign in to comment.