Skip to content

Commit 4516516

Browse files
committed
Adjust deploy to explodinglabs.com workflow
1 parent 61bcc97 commit 4516516

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/deploy-docs.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,9 @@ jobs:
3030
- name: Clone target repo
3131
run: |
3232
git clone https://x-access-token:${{ secrets.TARGET_REPO_PAT }}@github.com/explodinglabs/explodinglabs.com.git target-repo
33-
cp -r site/* target-repo/
33+
rm -rf target-repo/superstack
34+
mkdir -p target-repo/superstack
35+
cp -a site/. target-repo/superstack/
3436
env:
3537
GIT_AUTHOR_NAME: GitHub Actions
3638
GIT_COMMITTER_NAME: GitHub Actions

0 commit comments

Comments
 (0)