We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e7c56f commit 2221153Copy full SHA for 2221153
1 file changed
.github/workflows/ci.yml
@@ -42,7 +42,7 @@ jobs:
42
# Automatically uploads an artifact from the './_site' directory by default
43
uses: actions/upload-pages-artifact@v3
44
with:
45
- path: website/target/docs/site
+ path: website/target/webpage
46
deploy:
47
environment:
48
name: github-pages
0 commit comments