Skip to content

Commit 185a807

Browse files
author
Luis Orta
committed
Fixed the paths.
1 parent 18ec539 commit 185a807

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/static.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,12 @@ jobs:
3939
uses: actions/configure-pages@main
4040
- name: Build Pages
4141
shell: pwsh
42-
run: ./MrPowerShell.com/build.ps1
42+
run: ./build.ps1
4343
- name: Upload artifact
4444
uses: actions/upload-pages-artifact@main
4545
with:
4646
# Upload the contents of the ./MrPowerShell.com directory to the GitHub Pages artifact
47-
path: './MrPowerShell.com/'
47+
path: '.'
4848
- name: Deploy to GitHub Pages
4949
id: deployment
5050
uses: actions/deploy-pages@main

0 commit comments

Comments
 (0)