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 aa8ca7a commit 82d2944Copy full SHA for 82d2944
.github/workflows/jekyll.yml
@@ -55,6 +55,8 @@ jobs:
55
- name: Upload artifact
56
# Automatically uploads an artifact from the './_site' directory by default
57
uses: actions/upload-pages-artifact@v3
58
+ with:
59
+ path: "./mmg_website/_site"
60
61
# Deployment job
62
deploy:
0 commit comments