File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -52,18 +52,18 @@ jobs:
52
52
working-directory : ' ${{ github.workspace }}/docs'
53
53
- name : Setup Pages
54
54
id : pages
55
- uses : actions/configure-pages@v5
55
+ uses : actions/configure-pages@v4
56
56
- name : Bundle install in docs folder
57
57
run : bundle install
58
58
- name : Build Jekyll site
59
59
run : bundle exec jekyll build --baseurl "${{ steps.pages.outputs.base_path }}"
60
60
env :
61
61
JEKYLL_ENV : production
62
62
- name : Upload artifact
63
- # Automatically uploads an artifact from the './_site' directory by default
64
- uses : actions/upload-pages-artifact@v3
63
+ uses : actions/upload-pages-artifact@v2
65
64
with :
66
65
path : ' docs'
67
- - name : deploy
66
+
67
+ - name : Deploy to GitHub Pages
68
68
id : deployment
69
- uses : actions/deploy-pages@v4
69
+ uses : actions/deploy-pages@v3 # Note: v4 does not work!
You can’t perform that action at this time.
0 commit comments