Skip to content

Update 7-radio.md

Update 7-radio.md #95

Workflow file for this run

name: StromaeV3 Build & Deploy docs
on:
push:
branches:
- 'v3-master'
- 'v3/docs'
paths:
- 'docs/**'
jobs:
build-deploy-assets:
runs-on: ubuntu-latest
if: github.event_name == 'push'
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '20'
- name: Build docs website
working-directory: ./docs/
run: yarn install --frozen-lockfile && yarn build
- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./docs/build
destination_dir: ./