Skip to content

Commit ae7eea0

Browse files
authored
fix: Revert the Gob cleanup for preview-hierarchy function (#942)
1 parent 0c35646 commit ae7eea0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/firebase-hosting-merge.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ jobs:
1616
- uses: actions/setup-node@v3
1717
with:
1818
node-version: 16
19+
- name: Merge gob branch
20+
run: git worktree add ./gob gob && cp -r gob/* .
21+
node-version: 16
1922
- name: Generate Site
2023
run: make site-generate
2124
- uses: FirebaseExtended/action-hosting-deploy@4d0d0023f1d92b9b7d16dda64b3d7abd2c98974b

0 commit comments

Comments
 (0)