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 9d9c9af commit 97d5d21Copy full SHA for 97d5d21
.github/workflows/jekyll.yml
@@ -46,7 +46,7 @@ jobs:
46
- name: Build with Jekyll
47
# Outputs to the './_site' directory by default
48
run: bundle exec jekyll build --baseurl "${{ steps.pages.outputs.base_path }}"
49
- working-directory: mmg_website
+ working-directory: "./mmg_website"
50
env:
51
JEKYLL_ENV: production
52
- name: Upload artifact
0 commit comments