Update .gitea/workflows/DeployPR.yaml
Deploy PR / Deploy PR (pull_request) Failing after 5s
Details
Deploy PR / Deploy PR (pull_request) Failing after 5s
Details
parent
398db54e15
commit
1d42c7f95c
|
@ -10,6 +10,8 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/setup-python@v4
|
||||
with:
|
||||
python-version: '3.x'
|
||||
- name: Install pip packages
|
||||
run: pip install requests python-dotenv --quiet
|
||||
- name: Run Deploy script
|
||||
|
|
Loading…
Reference in New Issue