diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 305c05f..0b9ab91 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -50,6 +50,7 @@ jobs: - uses: actions/upload-pages-artifact@v3 with: path: app/dist/ + overwrite: true - uses: actions/deploy-pages@v4 id: deployment \ No newline at end of file diff --git a/package.json b/package.json index 8b4319d..0b0d15d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "budpy", - "version": "1.3.0", + "version": "1.3.1", "description": "Budpy is an autonomous ESP32 CYD dashboard.", "private": true, "packageManager": "pnpm@11.5.2",