Skip to content

Commit

Permalink
Fix WebApp deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
Auburn committed Oct 15, 2023
1 parent 1986ab6 commit 2b18b0e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/deploy-web-preview-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,12 @@ jobs:
working-directory: './WebPreviewApp'
shell: powershell

- name: Create Pages Directory
run: 'New-Item pagesbuild -ItemType Directory'
shell: powershell

- name: Copy WebPreviewApp HTML
run: 'Copy-Item ./WebPreviewApp/build/FastNoiseLitePreview.html -Destination ./pagesbuild/index.html -Force'
run: 'Copy-Item ./WebPreviewApp/build/FastNoiseLitePreview.html -Destination ./pagesbuild/index.html'
shell: powershell

- name: Setup Pages
Expand Down

0 comments on commit 2b18b0e

Please sign in to comment.