Skip to content

Commit

Permalink
remove scrpt
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahgm committed Aug 4, 2023
1 parent 666f33a commit 359c0f1
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,13 +48,3 @@ jobs:
env:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_HOOK }}
SLACK_WEBHOOK_TYPE: INCOMING_WEBHOOK

# Deploy Docs
- name: Build Docs
if: steps.changesets.outputs.published == 'true'
run: pnpm build:docs
- name: Deploy Docs to Github Pages
if: steps.changesets.outputs.published == 'true'
uses: JamesIves/github-pages-deploy-action@v4
with:
folder: docs/out

0 comments on commit 359c0f1

Please sign in to comment.