Skip to content
This repository was archived by the owner on Sep 5, 2023. It is now read-only.

Commit f3db075

Browse files
committed
deploy
1 parent abe8075 commit f3db075

File tree

148 files changed

+841
-3859
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

148 files changed

+841
-3859
lines changed

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
book
2+
3+
.idea/
4+
.idea/*

.idea/codeStyles/Project.xml

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

.idea/vcs.xml

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

.nojekyll

Whitespace-only changes.

.travis.yml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
language: rust
2+
sudo: false
3+
4+
cache:
5+
- cargo
6+
7+
rust:
8+
- stable
9+
10+
before_script:
11+
- cargo install-update -a
12+
13+
script:
14+
- mdbook build
15+
16+
deploy:
17+
provider: pages
18+
skip-cleanup: true
19+
github-token: $GITHUB_TOKEN
20+
keep-history: false
21+
on:
22+
branch: master

200.html

Lines changed: 0 additions & 9 deletions
This file was deleted.

0 commit comments

Comments
 (0)