Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jackh54 authored Nov 15, 2024
1 parent cdd18be commit 29b2086
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,6 @@ jobs:
with:
path: /home/githubrunner/actions-runner/_work/Maze-Solver/Maze-Solver

- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: '3.12'

- name: Update system code
run: |
sudo systemctl stop flaskapp.service
Expand All @@ -29,4 +24,4 @@ jobs:
- name: Verify service is running
run: |
sudo systemctl status flaskapp.service
sudo systemctl status flaskapp.service

0 comments on commit 29b2086

Please sign in to comment.