diff --git a/.github/workflows/pages-test.yml b/.github/workflows/pages-test.yml new file mode 100644 index 0000000..e2a5cb0 --- /dev/null +++ b/.github/workflows/pages-test.yml @@ -0,0 +1,44 @@ +name: Deploy test branch to GitHub Pages + +on: + push: + branches: [ test ] + workflow_dispatch: + +permissions: + contents: read + pages: write + id-token: write + +concurrency: + group: pages + cancel-in-progress: true + +jobs: + deploy: + runs-on: ubuntu-latest + environment: + name: github-pages + url: ${{ steps.deployment.outputs.page_url }} + + steps: + - name: Checkout + uses: actions/checkout@v6 + with: + ref: test + + - name: Fetch Latest Release + id: fetch_release + run: | + # Fetch the release JSON from the Armbian repo + curl -s https://api.github.com/repos/armbian/imager/releases/latest > latest.json + + + - name: Upload Pages artifact + uses: actions/upload-pages-artifact@v3 + with: + path: . + + - name: Deploy to GitHub Pages + id: deployment + uses: actions/deploy-pages@v4 diff --git a/index.html b/index.html index 7ca469e..b0f11e2 100644 --- a/index.html +++ b/index.html @@ -1,13 +1,516 @@ - + -
- - - -
+ The ultimate tool for creating bootable USB drives and SD cards for Armbian.
+ + +