Skip to content

Commit ddac18d

Browse files
committed
chore: update pages
1 parent 55ed039 commit ddac18d

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

.github/workflows/pages.yaml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,9 @@
77
name: Deploy Jekyll site to Pages
88

99
on:
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

0 commit comments

Comments
 (0)