Skip to content

install: Rosetta will not be required for Nextstrain CLI itself as of 8.2.0 #81

install: Rosetta will not be required for Nextstrain CLI itself as of 8.2.0

install: Rosetta will not be required for Nextstrain CLI itself as of 8.2.0 #81

Workflow file for this run

name: Sync RTD redirects
on:
push:
branches:
- master
paths:
- redirects.yml
- .github/workflows/sync-redirects.yaml
pull_request:
# Manually triggered using GitHub's UI
workflow_dispatch:
jobs:
sync:
name: rtd redirects
uses: nextstrain/.github/.github/workflows/sync-rtd-redirects.yaml@master
with:
project: nextstrain
file: redirects.yml
secrets:
RTD_TOKEN: ${{ secrets.RTD_TOKEN }}