Skip to content

Commit ef4fc72

Browse files
João Miguel Marinho da CunhaJoão Miguel Marinho da Cunha
authored andcommitted
would love to dry run some of these
1 parent 842359d commit ef4fc72

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/deploy.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,15 +56,15 @@ jobs:
5656
restore-keys: |
5757
${{ runner.os }}-pnpm-store-
5858
59-
- name: Setup Pages
60-
uses: actions/configure-pages@v2
61-
6259
- name: Install dependencies
6360
run: pnpm install
6461

6562
- name: Build Demo
6663
run: npm run build:demo
6764

65+
- name: Setup Pages
66+
uses: actions/configure-pages@v2
67+
6868
- name: Upload artifact
6969
uses: actions/upload-pages-artifact@v1
7070
with:

0 commit comments

Comments
 (0)