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