We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18ec539 commit 185a807Copy full SHA for 185a807
.github/workflows/static.yml
@@ -39,12 +39,12 @@ jobs:
39
uses: actions/configure-pages@main
40
- name: Build Pages
41
shell: pwsh
42
- run: ./MrPowerShell.com/build.ps1
+ run: ./build.ps1
43
- name: Upload artifact
44
uses: actions/upload-pages-artifact@main
45
with:
46
# Upload the contents of the ./MrPowerShell.com directory to the GitHub Pages artifact
47
- path: './MrPowerShell.com/'
+ path: '.'
48
- name: Deploy to GitHub Pages
49
id: deployment
50
uses: actions/deploy-pages@main
0 commit comments