We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f338a2f commit 37c7684Copy full SHA for 37c7684
.github/workflows/deploy-pages.yml
@@ -28,7 +28,7 @@ jobs:
28
- name: Checkout
29
uses: actions/checkout@v4
30
- name: Cache Jekyll Build
31
- uses: actions/cache@v3
+ uses: actions/cache@v4
32
with:
33
path: ./_site
34
key: ${{ runner.os }}-jekyll
@@ -42,7 +42,7 @@ jobs:
42
cache-version: 1 # Increment this number if you need to re-download cached gems
43
- name: Setup Pages
44
id: pages
45
- uses: actions/configure-pages@v3
+ uses: actions/configure-pages@v5
46
- name: Build with Jekyll
47
# Outputs to the './_site' directory by default
48
run: bundle exec jekyll build --baseurl "${{ steps.pages.outputs.base_path }}"
@@ -62,4 +62,4 @@ jobs:
62
steps:
63
- name: Deploy to GitHub Pages
64
id: deployment
65
- uses: actions/deploy-pages@v1
+ uses: actions/deploy-pages@v4
0 commit comments