File tree Expand file tree Collapse file tree 1 file changed +9
-5
lines changed Expand file tree Collapse file tree 1 file changed +9
-5
lines changed Original file line number Diff line number Diff line change @@ -43,13 +43,17 @@ jobs:
43
43
- name : Install dependencies
44
44
run : bundle install
45
45
- name : Setup Pages
46
- id : pages
46
+ # id: pages
47
47
uses : actions/configure-pages@v5
48
48
- name : Build with Jekyll
49
49
# Outputs to the './_site' directory by default
50
- run : bundle exec jekyll build --baseurl "${{ steps.pages.outputs.base_path }}"
51
- env :
52
- JEKYLL_ENV : production
50
+ # run: bundle exec jekyll build --baseurl "${{ steps.pages.outputs.base_path }}"
51
+ # env:
52
+ # JEKYLL_ENV: production
53
+ uses : actions/jekyll-build-pages@v1
54
+ with :
55
+ source : ./
56
+ destination : ./_site
53
57
- name : Upload artifact
54
58
# Automatically uploads an artifact from the './_site' directory by default
55
59
uses : actions/upload-pages-artifact@v3
64
68
steps :
65
69
- name : Deploy to GitHub Pages
66
70
id : deployment
67
- uses : actions/deploy-pages@v4
71
+ uses : actions/deploy-pages@v4
You can’t perform that action at this time.
0 commit comments