Skip to content
This repository has been archived by the owner on Feb 6, 2024. It is now read-only.

Commit

Permalink
try again
Browse files Browse the repository at this point in the history
  • Loading branch information
XieXiLin2 committed Jan 13, 2024
1 parent af40661 commit 5ee3cfc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pre-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ permissions: write-all
jobs:
# Single deploy job since we're just deploying
pre-deploy:
runs-on: self-hosted
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down
2 changes: 2 additions & 0 deletions scripts/pre_deploy/__main__.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
from ..base.const import const_ready
from .data_ready import ready
from .update_alias import update_alias
from .update_trains import convert_trains

if __name__ == "__main__":
const_ready()
ready()
convert_trains()
update_alias()

0 comments on commit 5ee3cfc

Please sign in to comment.