Skip to content

Commit

Permalink
Use via npx
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianRappl committed Jul 3, 2024
1 parent ed89652 commit d479069
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ jobs:
- name: Deploy Website
run: |
git remote set-url origin https://git:${GITHUB_TOKEN}@github.com/${GITHUB_REPOSITORY}.git
gh-pages -d "apps/spa/dist/release" -u "github-actions-bot <[email protected]>"
npx gh-pages -d "apps/spa/dist/release" -u "github-actions-bot <[email protected]>"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit d479069

Please sign in to comment.