Skip to content

Commit

Permalink
パスを修正
Browse files Browse the repository at this point in the history
  • Loading branch information
miketako3 committed Mar 30, 2024
1 parent 257d89c commit e13a8db
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/on_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ jobs:
uses: actions/setup-node@v2
with:
node-version: '20'
- run: ./setup.sh
- run: ./build.sh
- run: ./sctips/setup.sh
- run: ./scripts/build.sh
- uses: tsuyoshicho/action-textlint@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/on_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: ./setup.sh
- run: ./build.sh
- run: ./scripts/setup.sh
- run: ./scripts/build.sh
- uses: actions/upload-artifact@v4
with:
name: Output documents
Expand Down

0 comments on commit e13a8db

Please sign in to comment.