Skip to content

Commit 46b3f73

Browse files
committed
Update CI comments
1 parent d10ae4b commit 46b3f73

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/update.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- uses: astral-sh/setup-uv@v5
2020
- uses: actions/checkout@v4
2121
- run: sudo apt-get install -y gettext
22-
- run: uv run generate.py # generates "index.html"
22+
- run: uv run generate.py # generates index.html and index.json
2323
- run: mkdir -p build && cp index.* style.css build
2424
- name: Deploy 🚀
2525
if: github.event_name != 'pull_request'
@@ -56,7 +56,7 @@ jobs:
5656
curl -Lo index.html-public https://github.com/python-docs-translations/dashboard/raw/refs/heads/gh-pages/index.html
5757
diff --color=always -u index.html-public index.html || :
5858
cat index.html
59-
- run: uv run generate_metadata.py # generates "metadata.html"
59+
- run: uv run generate_metadata.py # generates metadata.html
6060
- run: cp metadata.html warnings* build
6161
- name: Deploy metadata view 🚀
6262
if: github.event_name != 'pull_request'

0 commit comments

Comments
 (0)