Skip to content

Commit 348520e

Browse files
committed
update
1 parent aff680c commit 348520e

File tree

3 files changed

+4
-32
lines changed

3 files changed

+4
-32
lines changed

action.yml

+4
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,11 @@ runs:
2323
uses: actions/setup-python@v4
2424
with:
2525
python-version: '3.10'
26+
2627
- name: Install Dependencies
2728
run: pip install -r requirements.txt
2829
shell: bash
2930

31+
- name: Reload App
32+
run: python main.py
33+
shell : bash

pythonanywhere-deploy.yml

-27
This file was deleted.

sample.env

-5
This file was deleted.

0 commit comments

Comments
 (0)