Skip to content

Commit

Permalink
TMP test add-user-agent again
Browse files Browse the repository at this point in the history
  • Loading branch information
joverlee521 committed Dec 4, 2024
1 parent f0f7008 commit acfdd58
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/sync-redirects.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ jobs:
sync:
runs-on: ubuntu-latest
steps:
- uses: nextstrain/.github/actions/setup-debugger@master
with:
tailscale-auth-key: ${{ secrets.TAILSCALE_AUTH_KEY }}
# - uses: nextstrain/.github/actions/setup-debugger@master
# with:
# tailscale-auth-key: ${{ secrets.TAILSCALE_AUTH_KEY }}

- uses: actions/checkout@v4
- uses: actions/setup-python@v5
Expand All @@ -28,7 +28,7 @@ jobs:
run: python3 -m pip install --upgrade pip setuptools wheel

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

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

0 comments on commit acfdd58

Please sign in to comment.