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:
4343 - name : Install dependencies
4444 run : bundle install
4545 - name : Setup Pages
46- id : pages
46+ # id: pages
4747 uses : actions/configure-pages@v5
4848 - name : Build with Jekyll
4949 # 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
5357 - name : Upload artifact
5458 # Automatically uploads an artifact from the './_site' directory by default
5559 uses : actions/upload-pages-artifact@v3
6468 steps :
6569 - name : Deploy to GitHub Pages
6670 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