We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4507ee2 commit 0b9fb43Copy full SHA for 0b9fb43
1 file changed
.github/workflows/main.yml
@@ -44,6 +44,8 @@ jobs:
44
- run: bundle exec jekyll build
45
- name: Upload artifact
46
uses: actions/upload-pages-artifact@v3 # This will automatically upload an artifact from the '/_site' directory
47
+ with:
48
+ path: _site
49
50
# Deployment job
51
deploy:
0 commit comments