File tree Expand file tree Collapse file tree 1 file changed +3
-12
lines changed Expand file tree Collapse file tree 1 file changed +3
-12
lines changed Original file line number Diff line number Diff line change @@ -34,21 +34,12 @@ jobs:
34
34
fi
35
35
env :
36
36
REPO_NAME : ${{ github.repository }}
37
- - name : Setup Ruby
38
- uses : ruby/setup-ruby@4a9ddd6f338a97768b8006bf671dfbad383215f4
39
- with :
40
- ruby-version : ' 3.1'
41
- bundler-cache : true
42
- cache-version : 0
43
37
- name : Setup Pages
44
- id : pages
45
38
uses : actions/configure-pages@v5
46
39
- name : Build with Jekyll
47
- run : bundle exec jekyll build --baseurl "${{ steps.pages.outputs.base_path }}"
48
- env :
49
- JEKYLL_ENV : production
40
+ uses : actions/jekyll-build-pages@v1.0.13
50
41
- name : Upload artifact
51
- uses : actions/upload-pages-artifact@v3
42
+ uses : actions/upload-pages-artifact@v3.0.1
52
43
53
44
# Deployment job
54
45
deploy :
60
51
steps :
61
52
- name : Deploy to GitHub Pages
62
53
id : deployment
63
- uses : actions/deploy-pages@v4
54
+ uses : actions/deploy-pages@v4.0.5
You can’t perform that action at this time.
0 commit comments