We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb5df5a commit 4b1df1fCopy full SHA for 4b1df1f
1 file changed
.github/workflows/main.yaml
@@ -17,12 +17,14 @@ jobs:
17
run: docker compose run --rm build-seeds
18
- name: Extract questionnaires
19
run: bun extract.js
20
+ - name: Save extracted filed
21
+ run: mkdir -p /tmp/extract && cp ./extract/* /tmp/extract
22
- name: Switch to compiled
23
uses: actions/checkout@v4
24
with:
25
ref: compiled
26
- name: Prepare commit
- run: rm -rf bundle && mv extract bundle
27
+ run: rm -rf bundle && mv /tmp/extract bundle
28
- name: commit and push
29
uses: EndBug/add-and-commit@v10
30
0 commit comments