diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml new file mode 100644 index 0000000..7a669de --- /dev/null +++ b/.github/workflows/deploy.yml @@ -0,0 +1,39 @@ +name: Deploy to GitHub Pages + +on: + push: + branches: [main, master] + workflow_dispatch: + +permissions: + contents: read + pages: write + id-token: write + +# Only one concurrent deployment; skip in-progress runs +concurrency: + group: pages + cancel-in-progress: true + +jobs: + deploy: + environment: + name: github-pages + url: ${{ steps.deployment.outputs.page_url }} + runs-on: ubuntu-latest + steps: + - name: Checkout + uses: actions/checkout@v4 + + - name: Setup Pages + uses: actions/configure-pages@v5 + + - name: Upload artifact + uses: actions/upload-pages-artifact@v3 + with: + # Serve from the repo root (index.html lives here) + path: '.' + + - name: Deploy to GitHub Pages + id: deployment + uses: actions/deploy-pages@v4 diff --git a/index.html b/index.html new file mode 100644 index 0000000..1d7d8dc --- /dev/null +++ b/index.html @@ -0,0 +1,382 @@ + + + + + + + Drastic to melonDS Save Converter + + + + +
+
+

DraStic → melonDS Converter

+

+ Converts DraStic / DeSmuME .dsv saves to a melonDS-compatible + .sav by truncating the file to the nearest power-of-2 byte size. + Everything runs in your browser — no upload, no server. +

+
+ +
+ +
💾
+
Choose a file or drag & drop it here
+
+ Accepts .dsv or any raw save file +
+
+ +
+ + + +
+ +
+ +
+
+ + + + + + +