Skip to content

Commit

Permalink
tmp! setup debugger
Browse files Browse the repository at this point in the history
  • Loading branch information
tsibley committed Dec 3, 2024
1 parent 6240992 commit f0f7008
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/sync-redirects.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,18 @@ jobs:
sync:
runs-on: ubuntu-latest
steps:
- uses: nextstrain/.github/actions/setup-debugger@master
with:
tailscale-auth-key: ${{ secrets.TAILSCALE_AUTH_KEY }}

- uses: actions/checkout@v4
- uses: actions/setup-python@v5

- name: Upgrade Python toolchain
run: python3 -m pip install --upgrade pip setuptools wheel

- name: Install readthedocs-cli
run: python3 -m pip install git+https://github.com/nextstrain/readthedocs-cli.git@add-user-agent
run: python3 -m pip install readthedocs-cli

- name: Sync redirects (DRY RUN)
run: rtd projects nextstrain redirects sync -f "redirects.yml" --dry-run
Expand Down

0 comments on commit f0f7008

Please sign in to comment.