diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml
index 677d3e5..0089883 100644
--- a/.github/workflows/nightly.yml
+++ b/.github/workflows/nightly.yml
@@ -7,7 +7,8 @@ on:
paths-ignore:
- "*.md"
- "docs/**"
-
+ - ".github/workflows/website.yml"
+ - ".github/workflows/release.yml"
jobs:
run-tests:
runs-on: ubuntu-latest
diff --git a/.github/workflows/website.yml b/.github/workflows/website.yml
index 191a6e5..e5d4a3d 100644
--- a/.github/workflows/website.yml
+++ b/.github/workflows/website.yml
@@ -7,6 +7,7 @@ on:
branches: ["main"]
paths:
- docs/**
+ - .github/workflows/website.yml
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
@@ -33,11 +34,24 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
+
+ - name: Set up Node
+ uses: actions/setup-node@v4
+ with:
+ cache-dependency-path: docs/package-lock.json
+ node-version: 20
+ cache: 'npm'
+
+ - name: Build
+ run: |
+ cd docs
+ npm i
+ npm run build
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
- path: "./docs/"
+ path: "./docs/dist/"
- name: Setup Pages
uses: actions/configure-pages@v5
diff --git a/README.md b/README.md
index 26d87a5..6d8e425 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
-# Syncara
+# [Syncara](https://syncara.app/)
Sync YouTube playlists offline. Because YT Music \
@@ -88,7 +88,7 @@ Syncara for all platform are primarily released on Github. Tap on your device ic
### iOS and MacOS
-**IOS:** Unsigned (.ipa) builds are available. [Download (IOS) from here](https://github.com/khaled-0/Syncara/releases/latest/download/syncara_unsigned.ipa).
+**IOS:** Unsigned (.ipa) builds are available. [Download (IOS) from here](https://github.com/khaled-0/Syncara/releases/latest/download/syncara_ios_unsigned.ipa).
**Note:** Use [Sideloadly](https://sideloadly.io/) to install it.
Here's a [Video tutorial by @ilyassesalama](https://www.youtube.com/watch?v=r91iJ6KRcUs)
@@ -103,8 +103,9 @@ Alternatively, you can try the nightly (unstable) build:
## Special Thanks
- [@ilyassesalama](https://github.com/ilyassesalama) - For providing https://syncara.app
-
+- [@PranavPurwar](https://github.com/PranavPurwar) - For building the homepage at https://syncara.app
- To all the open source devs for their wonderful libraries.
+- And to the peoples involved with this project in various ways
## Star History
@@ -114,4 +115,4 @@ Alternatively, you can try the nightly (unstable) build:
-
\ No newline at end of file
+
diff --git a/docs/src/App.vue b/docs/src/App.vue
index 1a12667..55e1809 100644
--- a/docs/src/App.vue
+++ b/docs/src/App.vue
@@ -77,7 +77,7 @@ if (bigScreen) {
Syncara
- v1.7.2
+ v0.1.7
Carry your playlists everywhere, even when offline
@@ -167,7 +167,7 @@ if (bigScreen) {