Skip to content

Commit

Permalink
fix process.
Browse files Browse the repository at this point in the history
  • Loading branch information
huideyeren committed Aug 27, 2024
1 parent 26f851d commit 56bb74d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/jobs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,12 @@ jobs:
# '%Y-%m-%d %H:%M'の部分を書き換えれば、任意の表示に変更できる。
- name: Show date and time
run: echo ${{ steps.date.outputs.date }} # 2022-01-03 10:42
- name: Install Node Package.
run: pnpm install
- name: Compile SCSS.
run: pnpm run style
- name: Install gems.
run: bundle install
- name: Setup Python
uses: actions/setup-python@v5
with:
Expand Down

0 comments on commit 56bb74d

Please sign in to comment.