Skip to content

Commit

Permalink
chore: try another deployment method
Browse files Browse the repository at this point in the history
  • Loading branch information
albanm committed Mar 19, 2024
1 parent 3090547 commit f702f62
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 @@ -24,5 +24,5 @@ jobs:
npm run build
git config --global user.email "github-actions@koumoul.com"
git config --global user.name "github-actions"
./node_modules/.bin/gh-pages-multi deploy -v -b deploy -s dist --no-history -t $MINOR
./node_modules/.bin/gh-pages-multi deploy -v -r https://${{ secrets.GH_TOKEN }}@github.com/data-fair/app-charts.git -b deploy -s dist --no-history -t $MINOR

0 comments on commit f702f62

Please sign in to comment.