typo and drop ghw
This commit is contained in:
parent
33ebde2e90
commit
33d35c9233
2 changed files with 1 additions and 31 deletions
30
.github/workflows/publish.yaml
vendored
30
.github/workflows/publish.yaml
vendored
|
@ -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
|
|
|
@ -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,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
|
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`.
|
in `/home/pi/podcasts/playlists`.
|
||||||
7. enjoy!
|
7. enjoy!
|
||||||
|
|
Loading…
Add table
Reference in a new issue