Skip to content

Commit

Permalink
Merge pull request #108 from BipanKishore/demo-deploy-issue
Browse files Browse the repository at this point in the history
Update build-n-deploy.yml
  • Loading branch information
BipanKishore authored May 15, 2024
2 parents f85492f + 09ec229 commit 21b3a4c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-n-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
working-directory: ./packages/demo-app

- name: Demo App - Deploy to GitHub Pages
# if: ${{ github.ref == 'refs/heads/master' }}
if: ${{ github.ref == 'refs/heads/master' }}
uses: JamesIves/[email protected]
with:
branch: gh-pages
Expand Down
2 changes: 1 addition & 1 deletion packages/resizable-panes-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "resizable-panes-react",
"version": "6.0.12",
"version": "6.0.13",
"description": "A simple library for resizing elements in the browser",
"module": "./lib/esm/index.esm.js",
"main": "./lib/cjs/index.cjs.js",
Expand Down

0 comments on commit 21b3a4c

Please sign in to comment.