Skip to content

Commit

Permalink
Fixing a build
Browse files Browse the repository at this point in the history
  • Loading branch information
toastedcrumpets committed Jun 9, 2024
1 parent 41f43f2 commit b814566
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/sitebuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,14 +42,15 @@ jobs:
- name: Wait for webserver to start
run: sleep 5
- name: Download pages using wget to the deploy directory
run: wget -r -k http://localhost:8080 -P deploy
run: wget -r -k http://localhost:8080
continue-on-error: true
- name: Setup Pages
uses: actions/configure-pages@v5
- name: Upload pages artifact
uses: actions/upload-pages-artifact@v3
with:
# Upload deployment directory
path: 'deploy'
path: 'localhost:8080'
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4

0 comments on commit b814566

Please sign in to comment.