Skip to content

Commit

Permalink
1.2.1.0: Documentation Improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
queenkjuul committed Nov 12, 2024
1 parent 132d1a2 commit 6bdc3a7
Show file tree
Hide file tree
Showing 9 changed files with 14 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
3 changes: 1 addition & 2 deletions .github/workflows/jekyll-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
1 change: 1 addition & 0 deletions docs/SpotifySplash640.png
12 changes: 6 additions & 6 deletions _config.yml → docs/_config.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
1 change: 1 addition & 0 deletions docs/client/SpotifyClient97/Images
1 change: 1 addition & 0 deletions docs/screenshot98.png
1 change: 1 addition & 0 deletions docs/screenshotMac.png
1 change: 1 addition & 0 deletions docs/screenshotXP.png

0 comments on commit 6bdc3a7

Please sign in to comment.