docs: add khatru29 guide and update khatru29 and strfry29 links (#4) #17
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/[email protected] | |
with: | |
flyToken: ${{ secrets.FLY_ACCESS_TOKEN_PROD }} | |
environment: | |
name: prod | |
url: https://relayrunner.org | |