From e5ef5a2d7c345c08fbc35c2fc92aa31d969f4366 Mon Sep 17 00:00:00 2001 From: Kenichi Kamiya Date: Mon, 9 Sep 2024 13:48:17 +0900 Subject: [PATCH] Don't update GitHub Pages anymore --- .github/workflows/pages.yml | 35 ----------------------------------- README.md | 1 - eqq.gemspec | 1 - 3 files changed, 37 deletions(-) delete mode 100644 .github/workflows/pages.yml diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml deleted file mode 100644 index 8a5b860..0000000 --- a/.github/workflows/pages.yml +++ /dev/null @@ -1,35 +0,0 @@ -name: Deploy API docs to GitHub Pages -on: - push: - branches: ['main'] - paths: - - '.github/workflows/pages.yml' - - '.yardopts' - - 'lib/**' - - '**.gemspec' - - 'Gemfile' - - '**.md' - - '**.txt' - # Allows you to run this workflow manually from the Actions tab - workflow_dispatch: - -permissions: - contents: read - pages: write - id-token: write - -# Allow one concurrent deployment -concurrency: - group: 'pages' - cancel-in-progress: true - -jobs: - deploy_yard: - environment: - name: github-pages - url: ${{ steps.deployment.outputs.page_url }} - runs-on: ubuntu-24.04 - name: Build and deploy YARD - steps: - - uses: kachick/deploy-yard-to-pages@v1 - id: deployment diff --git a/README.md b/README.md index be50abe..b27c79e 100644 --- a/README.md +++ b/README.md @@ -149,7 +149,6 @@ When you felt annoy to write `Eqq` in many place, some ways exist. ## Links - [Repository](https://github.com/kachick/eqq) -- [API documents](https://kachick.github.io/eqq) ## NOTE diff --git a/eqq.gemspec b/eqq.gemspec index 0a492da..f8cf264 100644 --- a/eqq.gemspec +++ b/eqq.gemspec @@ -23,7 +23,6 @@ Gem::Specification.new do |gem| gem.version = Eqq::VERSION gem.metadata = { - 'documentation_uri' => 'https://kachick.github.io/eqq', 'homepage_uri' => repository_url, 'source_code_uri' => repository_url, 'bug_tracker_uri' => "#{repository_url}/issues",