diff --git a/.github/workflows/docs.yaml b/.github/workflows/docs.yaml deleted file mode 100644 index debf50c..0000000 --- a/.github/workflows/docs.yaml +++ /dev/null @@ -1,37 +0,0 @@ -name: Documentation - -on: - push: - branches: [ master ] - -env: - CARGO_TERM_COLOR: always - -jobs: - build: - runs-on: ubuntu-latest - steps: - - name: Checkout - uses: actions/checkout@v2 - - - name: Install latest toolchain - uses: actions-rs/toolchain@v1 - with: - toolchain: stable - default: true - override: true - - name: Build Docs - run: cargo doc --color=always - - name: Copy docs - run: | - mv docs/index.html ./ - rm -rf docs - cp -r target/doc ./docs - mv index.html docs/ - - name: Push changes - run: | - git config --global user.name 'github-actions[bot]' - git config --global user.email 'github-actions[bot]@users.noreply.github.com' - git add docs - git commit -am "Generated docs from github-actions[bot]" - git push diff --git a/.github/workflows/rust.yaml b/.github/workflows/rust.yaml deleted file mode 100644 index 3c13d1b..0000000 --- a/.github/workflows/rust.yaml +++ /dev/null @@ -1,22 +0,0 @@ -name: Rust - -on: - push: - branches: [ master ] - pull_request: - branches: [ master ] - -env: - CARGO_TERM_COLOR: always - -jobs: - build: - - runs-on: ubuntu-latest - - steps: - - uses: actions/checkout@v2 - - name: Build - run: cargo build --verbose - - name: Run tests - run: cargo test --verbose diff --git a/.gitignore b/.gitignore index 2782907..96ef6c0 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,2 @@ /target Cargo.lock -index.html diff --git a/index.html b/index.html new file mode 100644 index 0000000..dfed9bc --- /dev/null +++ b/index.html @@ -0,0 +1,10 @@ + + + + HTML Meta Tag + + + +

Redirecting to documentation

+ +