Skip to content

Commit

Permalink
Fix for pages actions
Browse files Browse the repository at this point in the history
  • Loading branch information
toastedcrumpets committed Jun 9, 2024
1 parent f60047e commit 3bb07b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sitebuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: Build webserver with apache and php
run: docker build -t webserver .
- name: Run webserver ready to serve the site
run: docker run -d -p 8080:80 webserver -v $(pwd):/var/www/html
run: docker run -d -p 8080:80 -v $(pwd):/var/www/html webserver
- name: Wait for webserver to start
run: sleep 5
- name: Download pages using wget to the deploy directory
Expand Down

0 comments on commit 3bb07b6

Please sign in to comment.