Skip to content

Commit bbc4979

Browse files
committed
[update] working design
1 parent dabbb0e commit bbc4979

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
working-directory: ./docs
3434
steps:
3535
- name: Checkout
36-
uses: actions/checkout@v3
36+
uses: actions/checkout@v4
3737
- name: Setup Ruby
3838
uses: ruby/setup-ruby@v1
3939
with:
@@ -46,15 +46,15 @@ jobs:
4646
JEKYLL_ENV: production
4747
- name: Setup Pages
4848
id: pages
49-
uses: actions/configure-pages@v3
49+
uses: actions/configure-pages@v4
5050
- name: Build with Jekyll
5151
# Outputs to the './_site' directory by default
5252
run: bundle exec jekyll build --baseurl "${{ steps.pages.outputs.base_path }}"
5353
env:
5454
JEKYLL_ENV: production
5555
- name: Upload artifact
5656
# Automatically uploads an artifact from the 'docs/_site' directory by default
57-
uses: actions/upload-pages-artifact@v2
57+
uses: actions/upload-pages-artifact@v3
5858
with:
5959
path: docs/_site/
6060

0 commit comments

Comments
 (0)