mirror of
https://github.com/Cockatrice/Magic-Spoiler.git
synced 2026-08-22 17:35:06 -05:00
step names
This commit is contained in:
4
.github/workflows/deploy.yml
vendored
4
.github/workflows/deploy.yml
vendored
@@ -47,12 +47,12 @@ jobs:
|
||||
python3 -m pip install --upgrade pip setuptools
|
||||
python3 -m pip install --requirement requirements.txt
|
||||
|
||||
- name: Run
|
||||
- name: Run script
|
||||
id: run
|
||||
shell: bash
|
||||
run: python3 -m magic_spoiler
|
||||
|
||||
- name: Deploy
|
||||
- name: Deploy changes
|
||||
if: env.DEPLOY && steps.run.outputs.deploy != null
|
||||
shell: bash
|
||||
working-directory: ${{env.OUTPUT_PATH}}
|
||||
|
||||
Reference in New Issue
Block a user