diff --git a/.github/workflows/build-linux.yml b/.github/workflows/build-linux.yml index 88bdcf1..bab4a36 100644 --- a/.github/workflows/build-linux.yml +++ b/.github/workflows/build-linux.yml @@ -46,5 +46,5 @@ jobs: key: ${{ secrets.KEY }} passphrase: ${{ secrets.PASSPHRASE }} source: "server/dist/spotify97-server-linux-arm64-${{env.PACKAGE_VERSION}}-${{ env.SHA }}.tar.gz,server/dist/spotify97-server-linux-x64-${{env.PACKAGE_VERSION}}-${{ env.SHA }}.tar.gz" - target: /srv/www/public/spotifyclient97/server/${{ env.PACKAGE_VERSION }}/${{ env.SHA }}/ + target: /srv/www/public/spotifyclient97/downloads/server/${{ env.PACKAGE_VERSION }}/${{ env.SHA }}/ strip_components: 2 diff --git a/.github/workflows/jekyll-gh-pages.yml b/.github/workflows/jekyll-gh-pages.yml index 9d44b76..753d370 100644 --- a/.github/workflows/jekyll-gh-pages.yml +++ b/.github/workflows/jekyll-gh-pages.yml @@ -33,9 +33,8 @@ jobs: - name: Build with Jekyll uses: actions/jekyll-build-pages@v1 with: - source: ./docs + source: ./docs/ destination: ./_site - - run: ls -la _site/server - name: Upload artifact uses: actions/upload-pages-artifact@v3 - name: Upload to retro.queenkjuul.xyz diff --git a/README.md b/README.md index 870ac6b..45b7514 100755 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ A client-server system to control Spotify Connect devices from retro machines (W ![Screenshot of Spotify Client 97 running on Windows 98](./screenshot98.png) -![Screenshot of Spotify Client 97 running on Windows XP](/screenshotXP.png) +![Screenshot of Spotify Client 97 running on Windows XP](./screenshotXP.png) ![Screenshot of Spotify 97 Mac Edition running on OS X](./screenshotMac.png) diff --git a/docs/SpotifySplash640.png b/docs/SpotifySplash640.png new file mode 120000 index 0000000..2be3674 --- /dev/null +++ b/docs/SpotifySplash640.png @@ -0,0 +1 @@ +../SpotifySplash640.png \ No newline at end of file diff --git a/_config.yml b/docs/_config.yml similarity index 87% rename from _config.yml rename to docs/_config.yml index d9d1248..d39cc1b 100644 --- a/_config.yml +++ b/docs/_config.yml @@ -1,12 +1,12 @@ title: Spotify 97 description: Spotify 97 is a client-server setup for controlling Spotify Connect endpoints from vintage operating systems remote_theme: queenkjuul/jekyll-98 -include: - - docs/index.md - - docs/server/index.md - - docs/client/index.md - - docs/client/SpotifyClient97/index.md - - docs/client/Spotify97MacEdition/index.md +# include: +# - index.md +# - server/index.md +# - client/index.md +# - client/SpotifyClient97/index.md +# - client/Spotify97MacEdition/index.md defaults: - scope: path: "" # an empty string here means all files in the project diff --git a/docs/client/SpotifyClient97/Images b/docs/client/SpotifyClient97/Images new file mode 120000 index 0000000..8951a48 --- /dev/null +++ b/docs/client/SpotifyClient97/Images @@ -0,0 +1 @@ +../../../client/SpotifyClient97/Images \ No newline at end of file diff --git a/docs/screenshot98.png b/docs/screenshot98.png new file mode 120000 index 0000000..41db066 --- /dev/null +++ b/docs/screenshot98.png @@ -0,0 +1 @@ +../screenshot98.png \ No newline at end of file diff --git a/docs/screenshotMac.png b/docs/screenshotMac.png new file mode 120000 index 0000000..8521402 --- /dev/null +++ b/docs/screenshotMac.png @@ -0,0 +1 @@ +../screenshotMac.png \ No newline at end of file diff --git a/docs/screenshotXP.png b/docs/screenshotXP.png new file mode 120000 index 0000000..639b94d --- /dev/null +++ b/docs/screenshotXP.png @@ -0,0 +1 @@ +../screenshotXP.png \ No newline at end of file