From 33d35c9233ddb81536b79a6eb77c53768a323064 Mon Sep 17 00:00:00 2001 From: Matthew Dillon Date: Mon, 29 Nov 2021 16:23:23 -0700 Subject: [PATCH] typo and drop ghw --- .github/workflows/publish.yaml | 30 ------------------------------ c6a6cf84.md | 2 +- 2 files changed, 1 insertion(+), 31 deletions(-) delete mode 100644 .github/workflows/publish.yaml diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml deleted file mode 100644 index b254703..0000000 --- a/.github/workflows/publish.yaml +++ /dev/null @@ -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 diff --git a/c6a6cf84.md b/c6a6cf84.md index c5253b6..8132154 100644 --- a/c6a6cf84.md +++ b/c6a6cf84.md @@ -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!