Update .gitea/workflows/DeployPR.yaml
parent
ffed04c846
commit
cc61dba1a8
|
@ -7,9 +7,9 @@ on:
|
|||
jobs:
|
||||
Deploy PR:
|
||||
runs-on: ubuntu-latest
|
||||
container:
|
||||
image: python
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/setup-python@v4
|
||||
- name: Install pip packages
|
||||
run: pip3 install requests python-dotenv --quiet
|
||||
- name: Run Deploy script
|
||||
|
|
Loading…
Reference in New Issue