Skip to content

Commit

Permalink
Another 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 3bb07b6 commit 41f43f2
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 -v $(pwd):/var/www/html webserver
run: docker run -d -p 8080:80 -v $(pwd)/htdocs:/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 41f43f2

Please sign in to comment.