We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77987c8 commit f4c6215Copy full SHA for f4c6215
.github/workflows/pages.yaml
@@ -10,6 +10,8 @@ jobs:
10
runs-on: ubuntu-latest
11
steps:
12
- uses: actions/checkout@v3
13
+ with:
14
+ ref: 'main'
15
- uses: pnpm/action-setup@v4
16
- name: Install dependencies
17
run: pnpm i
0 commit comments