File tree Expand file tree Collapse file tree 2 files changed +7
-124
lines changed Expand file tree Collapse file tree 2 files changed +7
-124
lines changed Original file line number Diff line number Diff line change 33 - cron : ' */30 * * * *'
44 push :
55 branches :
6- - ' * '
6+ - ' main '
77 workflow_dispatch :
88jobs :
99 update :
@@ -14,12 +14,10 @@ jobs:
1414 - uses : actions/setup-python@main
1515 - uses : astral-sh/setup-uv@main
1616 - uses : actions/checkout@main
17- - run : uv run generate.py
18- - run : git config user.name "github-actions[bot]"
19- - run : git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
20- - run : git add .
21- - run : git commit -m 'Update progress values'
22- - uses : ad-m/github-push-action@master
17+ - run : uv run generate.py # generates "index.html"
18+ - run : mkdir -p build && cp index.html style.css build
19+ - name : Deploy 🚀
20+ uses : JamesIves/github-pages-deploy-action@v4
2321 with :
24- github_token : ${{ secrets.GITHUB_TOKEN }}
25- branch : ${{ github.ref }}
22+ folder : build
23+ clean : true
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments