Skip to content

Commit

Permalink
Atualizar Action de deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
dgadelha committed Aug 6, 2024
1 parent e432398 commit 3d813f8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@ jobs:
./packages/ide/cleanup-icons.sh
- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@releases/v3
uses: JamesIves/github-pages-deploy-action@v4
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
BRANCH: gh-pages
FOLDER: packages/ide/dist/browser
token: ${{ secrets.GITHUB_TOKEN }}
branch: gh-pages
folder: packages/ide/dist/browser

- name: Create Sentry release 📦
uses: getsentry/action-release@v1
Expand Down
2 changes: 1 addition & 1 deletion renovate.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://json.schemastore.org/renovate",
"extends": [
"config:js-app",
"config:base",
":preserveSemverRanges",
":disableDependencyDashboard",
":maintainLockFilesWeekly",
Expand Down

0 comments on commit 3d813f8

Please sign in to comment.