Skip to content

Commit 0b9fb43

Browse files
committed
fix build
1 parent 4507ee2 commit 0b9fb43

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ jobs:
4444
- run: bundle exec jekyll build
4545
- name: Upload artifact
4646
uses: actions/upload-pages-artifact@v3 # This will automatically upload an artifact from the '/_site' directory
47+
with:
48+
path: _site
4749

4850
# Deployment job
4951
deploy:

0 commit comments

Comments
 (0)