Skip to content

fix broken internal links in docs using old numbered paths #46

fix broken internal links in docs using old numbered paths

fix broken internal links in docs using old numbered paths #46

Workflow file for this run

name: Deploy to Fly.io
on:
push:
branches:
- master
jobs:
deploy:
name: Deploy app
runs-on: ubuntu-latest
concurrency: deploy-group
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-node@v4
with:
node-version: 18
# Generate sitemap with accurate lastmod dates from git history
- run: node scripts/generate-sitemap.js
- uses: superfly/flyctl-actions/setup-flyctl@master
- run: flyctl deploy --remote-only
env:
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}