diff --git a/.github/workflows/rustdoc.yaml b/.github/workflows/rustdoc.yaml deleted file mode 100644 index bc87530..0000000 --- a/.github/workflows/rustdoc.yaml +++ /dev/null @@ -1,61 +0,0 @@ ---- -name: Documentation -"on": - push: - branches: - - trunk - pull_request: - branches: - - trunk - schedule: - - cron: "0 0 * * TUE" -concurrency: - group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }} - cancel-in-progress: true -env: - CARGO_REGISTRIES_CRATES_IO_PROTOCOL: sparse -permissions: {} -jobs: - rustdoc: - name: Build Rust API docs - runs-on: ubuntu-24.04 - permissions: - contents: write # required to deploy documentation to gh-pages - env: - RUSTDOCFLAGS: -D warnings -D rustdoc::broken_intra_doc_links --cfg docsrs - RUST_BACKTRACE: 1 - steps: - - name: Checkout repository - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 - with: - persist-credentials: false - - - name: Install nightly Rust toolchain - shell: bash - run: | - set -euo pipefail - rustup set profile minimal - rustup toolchain install nightly --no-self-update - rustup default nightly - rustc -Vv - cargo -V - - - name: Check docs with no default features - run: cargo doc --workspace --no-default-features - - - name: Clean docs - run: cargo clean - - - name: Build documentation - run: cargo doc --workspace - - - name: Deploy docs - uses: peaceiris/actions-gh-pages@84c30a85c19949d7eee79c4ff27748b70285e453 # v4.1.0 - if: github.ref == 'refs/heads/trunk' - with: - github_token: ${{ secrets.GITHUB_TOKEN }} - publish_dir: ./target/doc - publish_branch: gh-pages - user_name: artichoke-ci - user_email: ci@artichokeruby.org - force_orphan: true diff --git a/README.md b/README.md index 0808389..0b320b5 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,6 @@
[![Crate](https://img.shields.io/crates/v/strftime-ruby.svg)](https://crates.io/crates/strftime-ruby) [![API](https://docs.rs/strftime-ruby/badge.svg)](https://docs.rs/strftime-ruby) -[![API trunk](https://img.shields.io/badge/docs-trunk-blue.svg)](https://artichoke.github.io/strftime-ruby/strftime/) `strftime-ruby` is a Ruby 3.1.2 compatible implementation of the [`Time#strftime`] method. The `strftime` routines provided by this crate are