Skip to content

Commit

Permalink
Update release.yml to add upload-preview
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolethoen authored Oct 10, 2024
1 parent 3d90bca commit 2b1c073
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,11 @@ jobs:
key: ${{ runner.os }}-yarn-14-${{ secrets.CACHE_VERSION }}-${{ hashFiles('yarn.lock') }}
- run: yarn install --frozen-lockfile
if: steps.yarn-cache.outputs.cache-hit != 'true'
- run: yarn build:docs
name: Build docs
- run: node .github/upload-preview.js packages/module/public
name: Upload docs
if: always()
- uses: actions/cache@v4
id: dist
name: Cache dist
Expand Down

0 comments on commit 2b1c073

Please sign in to comment.