Skip to content

Commit 1d9d698

Browse files
committed
update
1 parent 997e772 commit 1d9d698

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/ci-workflow.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,12 @@ jobs:
2020
- name: Build Main Site
2121
run: bundle exec jekyll build
2222

23+
- name: Upload artifact
24+
uses: actions/upload-pages-artifact@v2
25+
with:
26+
path: ./_site
27+
2328
- name: Deploy to GitHub Pages
2429
uses: actions/deploy-pages@v4
2530
with:
26-
artifact_name: github-pages
27-
# folder: _site
31+
artifact_name: github-pages

0 commit comments

Comments
 (0)