Skip to content

Commit

Permalink
chore: disable docs task on release (#1499)
Browse files Browse the repository at this point in the history
This hasn't been working for a long time now and I don't think we even
use the docs it generates.
  • Loading branch information
Alan Shaw authored Jun 6, 2024
1 parent 91cb335 commit b4e4b43
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 59 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,3 @@ jobs:
- run: pnpm -r --filter @web3-storage/upload-client publish --tag next --access public
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
deploy-docs:
permissions:
contents: read
pages: write
id-token: write
if: github.event.inputs.package == 'docs'
uses: './.github/workflows/reusable-deploy-docs.yml'
17 changes: 0 additions & 17 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,20 +51,3 @@ jobs:
- run: pnpm -r publish --access=public
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
docs:
permissions:
contents: read
pages: write
id-token: write
needs: release
if: |
contains(fromJson(needs.release.outputs.paths_released), 'packages/access-client') ||
contains(fromJson(needs.release.outputs.paths_released), 'packages/blob-index') ||
contains(fromJson(needs.release.outputs.paths_released), 'packages/capabilities') ||
contains(fromJson(needs.release.outputs.paths_released), 'packages/did-mailto') ||
contains(fromJson(needs.release.outputs.paths_released), 'packages/upload-client') ||
contains(fromJson(needs.release.outputs.paths_released), 'packages/upload-api') ||
contains(fromJson(needs.release.outputs.paths_released), 'packages/filecoin-client') ||
contains(fromJson(needs.release.outputs.paths_released), 'packages/filecoin-api') ||
contains(fromJson(needs.release.outputs.paths_released), 'packages/w3up-client')
uses: './.github/workflows/reusable-deploy-docs.yml'
35 changes: 0 additions & 35 deletions .github/workflows/reusable-deploy-docs.yml

This file was deleted.

0 comments on commit b4e4b43

Please sign in to comment.