Skip to content

Commit

Permalink
Run from a package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianRappl committed Jul 3, 2024
1 parent 2031ac6 commit 9dcb554
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,9 @@ jobs:
- name: Deploy Website
run: |
npm i gh-pages -g
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]>"
cd apps/spa
npx gh-pages -d "dist/release" -u "github-actions-bot <[email protected]>"
cd ../..
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 9dcb554

Please sign in to comment.