Skip to content

Commit

Permalink
Merge branch 'main' into fix/stop-writing-to-dudewhere
Browse files Browse the repository at this point in the history
  • Loading branch information
Alan Shaw authored Jun 6, 2024
2 parents abcd4ba + b4e4b43 commit dee60e8
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 dee60e8

Please sign in to comment.