We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60cd785 commit 4f7addaCopy full SHA for 4f7adda
.github/workflows/build.yaml
@@ -10,7 +10,7 @@ jobs:
10
runs-on: ubuntu-latest
11
steps:
12
- name: Checkout repo
13
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
14
- name: Setup Ruby
15
uses: ruby/setup-ruby@v1
16
with:
@@ -23,7 +23,7 @@ jobs:
23
run: bundle exec jekyll build
24
- name: Deploy website
25
if: github.ref == 'refs/heads/main' && github.event_name != 'pull_request' && !github.event.repository.fork
26
- uses: peaceiris/actions-gh-pages@v3
+ uses: peaceiris/actions-gh-pages@v4
27
28
github_token: ${{ secrets.GITHUB_TOKEN }}
29
publish_dir: _site
0 commit comments