We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3959dd commit 053a659Copy full SHA for 053a659
1 file changed
.github/workflows/deploy-prod.yml
@@ -42,6 +42,10 @@ jobs:
42
runs-on: ubuntu-latest
43
needs: build
44
steps:
45
+ - name: Checkout
46
+ uses: actions/checkout@v4
47
+ with:
48
+ submodules: recursive
49
- name: Download the built site
50
uses: actions/download-artifact@v4
51
with:
0 commit comments