Skip to content

Commit

Permalink
Adds LFS support for GitHub Actions.
Browse files Browse the repository at this point in the history
  • Loading branch information
mntone committed Jun 20, 2024
1 parent a67eefb commit 9ba8698
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
with:
lfs: true
- name: Set up Node
uses: actions/setup-node@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion README-en.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Shake StreamKit is an overlay tool designed for streamers and video producers to
Clone the project repository and install dependencies.

```bash
git clone https://github.com/mntone/shake-streamkit.git
git lfs clone https://github.com/mntone/shake-streamkit.git
cd shake-streamkit
npm install
```
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Shake StreamKitは、Nintendo Switchの人気ゲーム「スプラトゥーン3
プロジェクトのリポジトリを複製し、依存関係をインストールします。

```bash
git clone https://github.com/mntone/shake-streamkit.git
git lfs clone https://github.com/mntone/shake-streamkit.git
cd shake-streamkit
npm install
```
Expand Down

0 comments on commit 9ba8698

Please sign in to comment.