diff --git a/.github/workflows/website.yml b/.github/workflows/website.yml new file mode 100644 index 0000000..0c5759c --- /dev/null +++ b/.github/workflows/website.yml @@ -0,0 +1,49 @@ +# Simple workflow for deploying static content to GitHub Pages +name: Deploy Website + +on: + # Runs on pushes targeting the default branch + push: + branches: ["main"] + paths: + - docs/** + + # Allows you to run this workflow manually from the Actions tab + workflow_dispatch: + +# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages +permissions: + contents: read + pages: write + id-token: write + +# Allow only one concurrent deployment, skipping runs queued between the run in-progress and latest queued. +# However, do NOT cancel in-progress runs as we want to allow these production deployments to complete. +concurrency: + group: "pages" + cancel-in-progress: false + +jobs: + # Single deploy job since we're just deploying + deploy: + environment: + name: github-pages + url: ${{ steps.deployment.outputs.page_url }} + runs-on: ubuntu-latest + steps: + - name: Checkout + uses: actions/checkout@v4 + + - name: Upload artifact + uses: actions/upload-pages-artifact@v3 + with: + path: "./docs/" + + - name: Setup Pages + uses: actions/configure-pages@v5 + with: + path: "./docs/" + + - name: Deploy to GitHub Pages + id: deployment + uses: actions/deploy-pages@v4 diff --git a/docs/CNAME b/docs/CNAME deleted file mode 100644 index f81202d..0000000 --- a/docs/CNAME +++ /dev/null @@ -1 +0,0 @@ -myu.uk.to \ No newline at end of file diff --git a/docs/index.html b/docs/index.html index a07337c..d45f084 100644 --- a/docs/index.html +++ b/docs/index.html @@ -3,7 +3,7 @@ - MyuSync - Sync YouTube Playlists Offline + Syncara - Sync YouTube Playlists Offline
-

MyuSync

+

Syncara

Sync YouTube playlists offline. Because YT Music <insert reason here>. @@ -53,19 +53,19 @@

Screenshots

Mobile

@@ -73,19 +73,19 @@

Mobile

Desktop

@@ -94,45 +94,45 @@

Desktop

Download

- MyuSync for all platforms are primarily released on GitHub. Tap on + Syncara for all platforms are primarily released on GitHub. Tap on your device icon to directly download.