Skip to content

Commit

Permalink
!fixup PR build
Browse files Browse the repository at this point in the history
  • Loading branch information
akinomyoga committed Jan 11, 2025
1 parent e32f21a commit b24f28e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,5 +57,5 @@ runs:
# 3.12でUndefined symbolエラーがでた

# あとはスクリプトで頑張る
- run: ./cpprefjp/site/.github/workflows/script/build.sh ${{ inputs.arguments }}
- run: ./cpprefjp/site/.github/actions/cpprefjp-build/build.sh ${{ inputs.arguments }}
working-directory: site_generator
File renamed without changes.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: cpprefjp-build
uses: ./.github/cpprefjp-build
uses: ./.github/actions/cpprefjp-build
with:
arguments:

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: check
on: [push, pull_request, workflow_dispatch]

jobs:
check:
general_checks:
runs-on: ubuntu-latest
steps:
- name: Set up Python
Expand Down Expand Up @@ -69,6 +69,6 @@ jobs:
cancel-in-progress: true
steps:
- name: cpprefjp-build
uses: ./.github/cpprefjp-build
uses: ./.github/actions/cpprefjp-build
with:
arguments: --pull ${{ github.event.number }}

0 comments on commit b24f28e

Please sign in to comment.