typo and drop ghw

This commit is contained in:
Matthew Ryan Dillon 2021-11-29 16:23:23 -07:00
parent 33ebde2e90
commit 33d35c9233
2 changed files with 1 additions and 31 deletions

View file

@ -1,30 +0,0 @@
name: publish
on:
push:
branches:
- main
jobs:
neuron:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: download neuron
run: |
curl --silent https://api.github.com/repos/srid/neuron/actions/artifacts \
| jq 'first(.artifacts | .[] | select(.name == "neuron-bundle-linux") | .archive_download_url)' -r \
| xargs curl -H "Authorization: Bearer ${{ secrets.GITHUB_TOKEN }}" --silent -L -o neuron-bundle-linux.zip
unzip neuron-bundle-linux.zip
chmod +x neuron
./neuron --version # This extracts the bundle; should take a while
- name: build site
run: |
./neuron -d $PWD rib
- name: deploy to gh-pages
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: .neuron/output/
cname: zettel.thermokar.st

View file

@ -127,6 +127,6 @@ sudo mopidyctl local scan
0,15,30,45 15,16,17 * * * /home/pi/sync.sh podcast2 >> /path/to/podcast2.log
0 0 * * 5 /home/pi/sync.sh podcast3 >> /path/to/podcast3.log
```
6. add any additional internet radion streams into one or more playlist files
6. add any additional internet radio streams into one or more playlist files
in `/home/pi/podcasts/playlists`.
7. enjoy!