Skip to content

Commit

Permalink
[non-related] ci: test2
Browse files Browse the repository at this point in the history
Signed-off-by: crrashh1542 <[email protected]>
  • Loading branch information
crrashh1542 committed Jun 27, 2024
1 parent dfc9cc7 commit 089c5ce
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,12 @@ jobs:
DIST_NAME: ${{ needs.setup.outputs.DIST_NAME }}
runs-on: ubuntu-latest
steps:
- name: 🧐 Checkout
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 089c5ce

Please sign in to comment.