We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2420b09 commit 3212920Copy full SHA for 3212920
1 file changed
.github/workflows/pages.yml
@@ -16,6 +16,9 @@ jobs:
16
runs-on: ubuntu-latest
17
steps:
18
- uses: actions/checkout@v4
19
+ with:
20
+ submodule: true
21
+ ref: ${{ github.event.pull_request.head.sha }}
22
- uses: actions/setup-node@v4
23
with:
24
node-version: 24
0 commit comments