diff options
| author | Pinapelz <yukais@pinapelz.com> | 2024-08-27 01:13:46 -0700 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2024-08-27 01:13:46 -0700 |
| commit | 9ead5b0448a34584a7766517fc9422b992116479 (patch) | |
| tree | e323ed3f19baff02594922379ea8ac07d0af8fd6 | |
| parent | 1cc5a2be9e7c3408b8b59aabd6d6e9afeb574c84 (diff) | |
deploy with submodules in gh action
| -rw-r--r-- | .github/workflows/deploy.yml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 37a1198..a738daf 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -35,6 +35,8 @@ jobs: steps: - name: Checkout uses: actions/checkout@v3 + with: + submodules: true - name: Detect package manager id: detect-package-manager run: | @@ -85,4 +87,4 @@ jobs: steps: - name: Deploy to GitHub Pages id: deployment - uses: actions/deploy-pages@v2 + uses: actions/deploy-pages@v2
\ No newline at end of file |
