File tree Expand file tree Collapse file tree 1 file changed +5
-7
lines changed
Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Original file line number Diff line number Diff line change 77name : Deploy Jekyll site to Pages
88
99on :
10- # Runs on pushes targeting the default branch
10+ # Runs on every commit to the default branch
1111 push :
12- branches : [ $default-branch ]
13- paths :
14- - " docs/**"
12+ branches : [ master ]
1513 pull_request :
1614 branches : [ 'main', '2.x' ]
1715 types : [ opened ]
@@ -52,17 +50,17 @@ jobs:
5250 working-directory : ' ${{ github.workspace }}/docs'
5351 - name : Setup Pages
5452 id : pages
55- uses : actions/configure-pages@v4
53+ uses : actions/configure-pages@v5
5654 - name : Bundle install in docs folder
5755 run : bundle install
5856 - name : Build Jekyll site
5957 run : bundle exec jekyll build --baseurl "${{ steps.pages.outputs.base_path }}"
6058 env :
6159 JEKYLL_ENV : production
6260 - name : Upload artifact
63- uses : actions/upload-pages-artifact@v2
61+ uses : actions/upload-pages-artifact@v4
6462 with :
6563 path : ' docs/_site/'
6664 - name : Deploy to GitHub Pages
6765 id : deployment
68- uses : actions/deploy-pages@v3
66+ uses : actions/deploy-pages@v4
You can’t perform that action at this time.
0 commit comments