Skip to content

Commit

Permalink
next
Browse files Browse the repository at this point in the history
  • Loading branch information
Mr-Comand committed Oct 3, 2024
1 parent c63d473 commit 7ec94c0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/screenshots.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ jobs:
ports:
- 4444:4444
http_server:
image: python:3.8
image: nginx:alpine
ports:
- 5500:5500
options: >-
--entrypoint="python3 -m http.server 5500" # Start the HTTP server
- 5500:80
volumes:
- ${{ github.workspace }}:/usr/share/nginx/html # Mount the code directory

steps:
- name: Checkout code
Expand Down

0 comments on commit 7ec94c0

Please sign in to comment.