Skip to content

Commit

Permalink
Update deploy-to-github-pages.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
NhanAZ committed Jun 26, 2024
1 parent 9ef402b commit 7e7bc1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-to-github-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- name: Install dependencies
run: yarn install --frozen-lockfile --non-interactive
- name: Build
run: yarn build
run: yarn build --verbose
- name: Setup Pages
uses: actions/configure-pages@v3
- name: Upload artifact
Expand Down

0 comments on commit 7e7bc1e

Please sign in to comment.