Skip to content

Commit

Permalink
[non-related] ci: test5
Browse files Browse the repository at this point in the history
Signed-off-by: crrashh1542 <kotsuki@crrashh.com>
  • Loading branch information
crrashh1542 committed Jun 27, 2024
1 parent f7fc378 commit 36d3eb3
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,13 @@ jobs:
DIST_NAME: ${{ needs.setup.outputs.DIST_NAME }}
runs-on: ubuntu-latest
steps:
- name: 🧐 Checkout
if: github.event_name == 'pull_request'
id: checkout
uses: actions/checkout@v4
with:
fetch-depth: '0'

- name: 🔨 Build Production Pages
id: build
uses: ./../.github/workflows/build.yml
Expand Down

0 comments on commit 36d3eb3

Please sign in to comment.