From 20b52dbdb1a18a5b42cc8fc9210e614dcb4d8294 Mon Sep 17 00:00:00 2001 From: Uttarayan Mondal Date: Wed, 10 Mar 2021 00:14:04 +0530 Subject: [PATCH] I don't even know --- .github/workflows/docs.yaml | 37 ------------------------------------- .github/workflows/rust.yaml | 22 ---------------------- .gitignore | 1 - index.html | 10 ++++++++++ 4 files changed, 10 insertions(+), 60 deletions(-) delete mode 100644 .github/workflows/docs.yaml delete mode 100644 .github/workflows/rust.yaml create mode 100644 index.html 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

+ +