aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPinapelz <yukais@pinapelz.com>2024-08-27 01:13:46 -0700
committerPinapelz <yukais@pinapelz.com>2024-08-27 01:13:46 -0700
commit9ead5b0448a34584a7766517fc9422b992116479 (patch)
treee323ed3f19baff02594922379ea8ac07d0af8fd6
parent1cc5a2be9e7c3408b8b59aabd6d6e9afeb574c84 (diff)
deploy with submodules in gh action
-rw-r--r--.github/workflows/deploy.yml4
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
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage