Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 5a14623

Browse files
Updated GitHub Actions workflow
The GitHub Actions workflow has been updated. The checkout action version was bumped from v2 to v4. Additionally, a new step was added to install the 'kramdown-parser-gfm' gem.
1 parent 4aa2727 commit 5a14623

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

‎.github/workflows/run.yml‎

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,10 @@ jobs:
99
github-pages:
1010
runs-on: ubuntu-22.04
1111
steps:
12-
- uses: actions/checkout@v2
12+
- uses: actions/checkout@v4
13+
- name: Install kramdown-parser-gfm
14+
run: |
15+
gem install kramdown-parser-gfm
1316
- uses: helaili/jekyll-action@2.0.1
1417
env:
1518
JEKYLL_PAT: ${{ secrets.JEKYLL_PAT }}

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /