Skip to content

Commit

Permalink
chore(tsconfig.json): update actions workflow file
Browse files Browse the repository at this point in the history
- update docs.yml workflow file
  • Loading branch information
ajimae committed May 9, 2024
1 parent f91c2ae commit b19c045
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ on:
jobs:
# Build job
build:
if: ${{ !startsWith(github.head_ref, 'changeset-release/') }}
concurrency: ci-${{ github.ref }}
runs-on: ubuntu-latest
steps:
Expand Down Expand Up @@ -58,4 +57,4 @@ jobs:

- name: Deploy to GitHub Pages 🚀
id: deployment
uses: actions/deploy-pages@v4 # or specific "vX.X.X" version tag for this actio
uses: actions/deploy-pages@v4 # or specific "vX.X.X" version tag for this action

0 comments on commit b19c045

Please sign in to comment.