Skip to content

Commit a9061ac

Browse files
committed
update workflow
1 parent 23b34c7 commit a9061ac

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/jekyll.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@ jobs:
4141
uses: ruby/setup-ruby@v1 # v1.115.3
4242
with:
4343
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
44-
cache-version: 0 # Increment this number if you need to re-download cached gems
44+
cache-version: 1 # Increment this number if you need to re-download cached gems
4545
- name: Install Bundler
46-
run: gem install bundler -v 2.4.14
46+
run: gem install bundler -v 2.6.5
4747
- name: Setup Pages
4848
id: pages
4949
uses: actions/configure-pages@v2
@@ -54,7 +54,7 @@ jobs:
5454
JEKYLL_ENV: production
5555
- name: Upload artifact
5656
# Automatically uploads an artifact from the './_site' directory by default
57-
uses: actions/upload-pages-artifact@v1
57+
uses: actions/upload-pages-artifact@v3
5858

5959
# Deployment job
6060
deploy:
@@ -66,4 +66,4 @@ jobs:
6666
steps:
6767
- name: Deploy to GitHub Pages
6868
id: deployment
69-
uses: actions/deploy-pages@v1
69+
uses: actions/deploy-pages@v4

.ruby-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.7.2
1+
3.2.2

website-assets

0 commit comments

Comments
 (0)