Skip to content

Commit 97395ce

Browse files
committed
fix(workflow): skip gh pages deploy
1 parent 6757249 commit 97395ce

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -244,9 +244,11 @@ jobs:
244244
path: artifacts
245245

246246
- name: setup GitHub Pages
247+
if: false
247248
uses: actions/configure-pages@v5
248249

249250
- name: deploy coverage to GitHub Pages
251+
if: false
250252
uses: actions/deploy-pages@v4.0.5
251253

252254
- name: zip artifacts

0 commit comments

Comments
 (0)