Skip to content

Commit de3a23f

Browse files
committed
Trying to fix deploy
1 parent f5c4a64 commit de3a23f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/jekyll.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,12 @@ jobs:
3131
run: bundle exec jekyll build --baseurl "${{ steps.pages.outputs.base_path }}"
3232
env:
3333
JEKYLL_ENV: production
34+
35+
- name: Upload artifact
36+
uses: actions/upload-pages-artifact@v2
37+
with:
38+
name: github-pages
39+
path: ./_site
3440

3541
deploy:
3642
needs: build

0 commit comments

Comments
 (0)