Skip to content

Commit

Permalink
[DROP] Use working branch for Augur docs snippet
Browse files Browse the repository at this point in the history
  • Loading branch information
victorlin committed Mar 6, 2024
1 parent f2bec7e commit 1ac8b85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fetch-docs.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import requests
from pathlib import Path

augur_branch = 'master'
augur_branch = 'victorlin/filter-guide-snippet'
augur_url = f'https://raw.githubusercontent.com/nextstrain/augur/{augur_branch}/docs/'

auspice_branch = 'master'
Expand Down

0 comments on commit 1ac8b85

Please sign in to comment.