Update .gitea/workflows/deploy.yml
Some checks failed
deploy / deploy (push) Failing after 9s

This commit is contained in:
2024-08-04 03:53:35 +00:00
parent c48543165a
commit 78b78c6c21

View File

@@ -5,11 +5,12 @@ on: [push]
jobs:
deploy:
runs-on: "homesrv01"
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.10'
- run: python my_script.py
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.10'
- run: python my_script.py
# with:
# python-version: '3.12.4' # Version range or exact version of a Python version to use, using SemVer's version range syntax
#architecture: 'x64' # optional x64 or x86. Defaults to x64 if not specified