Skip to content

Commit 4b1df1f

Browse files
committed
Copy extracted files throight tmp
1 parent bb5df5a commit 4b1df1f

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/main.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,14 @@ jobs:
1717
run: docker compose run --rm build-seeds
1818
- name: Extract questionnaires
1919
run: bun extract.js
20+
- name: Save extracted filed
21+
run: mkdir -p /tmp/extract && cp ./extract/* /tmp/extract
2022
- name: Switch to compiled
2123
uses: actions/checkout@v4
2224
with:
2325
ref: compiled
2426
- name: Prepare commit
25-
run: rm -rf bundle && mv extract bundle
27+
run: rm -rf bundle && mv /tmp/extract bundle
2628
- name: commit and push
2729
uses: EndBug/add-and-commit@v10
2830
with:

0 commit comments

Comments
 (0)