docs: add strfry guide and update nostream, wot relay, and strfry29 l… #18
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Deploy Site | |
on: | |
push: | |
branches: | |
- master | |
paths: | |
- docs/** | |
- .github/workflows/prod.yaml | |
- mkdocs.yml | |
- Dockerfile | |
- nginx.conf | |
jobs: | |
site: | |
runs-on: ubuntu-latest | |
name: Build Documentation | |
steps: | |
- name: Git Clone | |
uses: actions/checkout@v4 | |
with: | |
fetch-depth: 0 | |
- name: Fly Build and Deploy | |
uses: userbradley/actions-fly@v1.1.0 | |
with: | |
flyToken: ${{ secrets.FLY_ACCESS_TOKEN_PROD }} | |
environment: | |
name: prod | |
url: https://relayrunner.org | |