Skip to content

Commit c9c57b5

Browse files
Temp change to workflow
1 parent e3f476a commit c9c57b5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/update.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,11 @@ jobs:
2121
- run: sudo apt-get install -y gettext
2222
- run: uv run generate.py # generates "index.html"
2323
- run: mkdir -p build && cp index.* style.css build
24+
- run: cd build && cat index.json
25+
- uses: actions/upload-artifact@v4
26+
with:
27+
name: build
28+
path: build
2429
- name: Deploy 🚀
2530
if: github.event_name != 'pull_request'
2631
uses: JamesIves/github-pages-deploy-action@v4

0 commit comments

Comments
 (0)