diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml deleted file mode 100644 index 6e4b90f..0000000 --- a/.github/workflows/build.yml +++ /dev/null @@ -1,47 +0,0 @@ -name: Release - -permissions: - contents: write - -on: - push: - tags: - - v[0-9]+.* - -jobs: - create-release: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v4 - - uses: taiki-e/create-gh-release-action@v1 - with: - # (optional) Path to changelog. - changelog: CHANGELOG.md - # (required) GitHub token for creating GitHub Releases. - token: ${{ secrets.GITHUB_TOKEN }} - - upload-assets: - strategy: - matrix: - os: - - ubuntu-latest - - macos-latest - - windows-latest - runs-on: ${{ matrix.os }} - steps: - - uses: actions/checkout@v4 - - uses: taiki-e/upload-rust-binary-action@v1 - with: - # (required) Comma-separated list of binary names (non-extension portion of filename) to build and upload. - # Note that glob pattern is not supported yet. - bin: ... - # (optional) On which platform to distribute the `.tar.gz` file. - # [default value: unix] - # [possible values: all, unix, windows, none] - tar: unix - # (optional) On which platform to distribute the `.zip` file. - # [default value: windows] - # [possible values: all, unix, windows, none] - zip: windows - # (required) GitHub token for uploading assets to GitHub Releases. - token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/gh-pages-deploy.yml b/.github/workflows/gh-pages-deploy.yml index 831599c..9ce5b78 100644 --- a/.github/workflows/gh-pages-deploy.yml +++ b/.github/workflows/gh-pages-deploy.yml @@ -2,7 +2,7 @@ name: Test and release web on: push: - branches: [master] + branches: [release] workflow_dispatch: permissions: diff --git a/docs/.gitignore b/docs/.gitignore deleted file mode 100644 index 7585238..0000000 --- a/docs/.gitignore +++ /dev/null @@ -1 +0,0 @@ -book diff --git a/docs/book.toml b/docs/book.toml deleted file mode 100644 index 741a710..0000000 --- a/docs/book.toml +++ /dev/null @@ -1,6 +0,0 @@ -[book] -authors = ["Adeoye Adefemi"] -language = "en" -multilingual = false -src = "src" -title = "Opeolluwa:utils" diff --git a/docs/src/SUMMARY.md b/docs/src/SUMMARY.md deleted file mode 100644 index c75453f..0000000 --- a/docs/src/SUMMARY.md +++ /dev/null @@ -1,3 +0,0 @@ -# Summary - -- [Overview](./overview.md) diff --git a/docs/src/overview.md b/docs/src/overview.md deleted file mode 100644 index 6e72994..0000000 --- a/docs/src/overview.md +++ /dev/null @@ -1,3 +0,0 @@ -# Overview - -`Utils` is a compilations of scripts for everyday use \ No newline at end of file diff --git a/utils-web/index.html b/utils-web/index.html index 0fdb875..c55050e 100644 --- a/utils-web/index.html +++ b/utils-web/index.html @@ -9,7 +9,10 @@ - + + + +