Skip to content

Commit

Permalink
try inlining the user flag
Browse files Browse the repository at this point in the history
  • Loading branch information
lounsbrough committed Feb 13, 2025
1 parent c2da09e commit 9b904d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-gh-pages-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ jobs:
- name: Deploy to Github Pages
run: |
git remote set-url origin https://git:${GITHUB_TOKEN}@github.com/${GITHUB_REPOSITORY}.git
pnpm deploy-demo -- -u "github-actions-bot <[email protected]>"
pnpm deploy-demo"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"publish-npm": "pnpm clean && pnpm build && npm publish",
"start-demo": "pnpm --prefix demo start",
"build-demo": "pnpm --prefix demo build",
"deploy-demo": "pnpm build-demo && gh-pages -d demo/build",
"deploy-demo": "pnpm build-demo && gh-pages -d demo/build -u 'github-actions-bot <[email protected]>'",
"lint": "eslint .",
"cypress:install": "cypress install",
"test": "pnpm cypress run --component",
Expand Down

0 comments on commit 9b904d3

Please sign in to comment.