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 25, 2024
1 parent 132d1a2 commit a9286ed
Show file tree
Hide file tree
Showing 12 changed files with 492 additions and 859 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
13 changes: 1 addition & 12 deletions .github/workflows/jekyll-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,21 +33,10 @@ jobs:
- name: Build with Jekyll
uses: actions/jekyll-build-pages@v1
with:
source: ./docs
source: ./
destination: ./_site
- run: ls -la _site/server
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
- name: Upload to retro.queenkjuul.xyz
uses: appleboy/[email protected]
with:
host: ${{ secrets.HOST }}
username: ${{ secrets.USERNAME }}
port: ${{ secrets.PORT }}
key: ${{ secrets.KEY }}
passphrase: ${{ secrets.PASSPHRASE }}
source: ./_site/*
target: /srv/www/public/spotifyclient97/docs/

# Deployment job
deploy:
Expand Down
7 changes: 4 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ jobs:
name: spotify97-server-win64-${{ env.PACKAGE_VERSION }}-release
path: .
- run: ls -la
- name: upload server
- name: upload client
uses: appleboy/[email protected]
with:
host: ${{ secrets.HOST }}
Expand All @@ -152,8 +152,9 @@ jobs:
key: ${{ secrets.KEY }}
passphrase: ${{ secrets.PASSPHRASE }}
source: "./client/Spotify97MacEdition/dist/*,./client/SpotifyClient97/dist/*"
target: /srv/www/public/spotifyclient97/downloads/client/
- name: upload client
target: /srv/www/public/spotifyclient97/downloads/
strip_components: 1
- name: upload server
uses: appleboy/[email protected]
with:
host: ${{ secrets.HOST }}
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
10 changes: 5 additions & 5 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ 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
- 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: 0 additions & 1 deletion docs/client/Spotify97MacEdition/index.md

This file was deleted.

1 change: 0 additions & 1 deletion docs/client/SpotifyClient97/index.md

This file was deleted.

1 change: 0 additions & 1 deletion docs/client/index.md

This file was deleted.

1 change: 0 additions & 1 deletion docs/index.md

This file was deleted.

1 change: 0 additions & 1 deletion docs/server/index.md

This file was deleted.

Loading

0 comments on commit a9286ed

Please sign in to comment.