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 7e7bc1e commit 09dc6eb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/deploy-to-github-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,10 @@ jobs:
cache: yarn
- name: Install dependencies
run: yarn install --frozen-lockfile --non-interactive
- name: Clean build directory
run: rm -rf build
- name: Build
run: yarn build --verbose
run: yarn build
- name: Setup Pages
uses: actions/configure-pages@v3
- name: Upload artifact
Expand Down

0 comments on commit 09dc6eb

Please sign in to comment.