Commit f85bd3f
committed
Workflow for publishing UCD
Basic separation of input/ouput:
- $1 and $2 are now static because the workflow is run in an isolated environment and the cwd is always the repo root.
- Set dynamic inputs in the workflow as env variables.
- Upload built files as a workflow artifact.
Git doesn’t preserve complete file permissions, and the zipping/unzipping process doesn’t reliably preserve file permissions. Therefore file permissions need to be normalized at deployment site.
The “Copy files from elsewhere” note needs to be documented in data-workflow.md#publication.1 parent f930b35 commit f85bd3f
2 files changed
+26
-27
lines changedLines changed: 3 additions & 27 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
3 | | - | |
4 | | - | |
5 | | - | |
6 | | - | |
| 1 | + | |
7 | 2 | | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
| 3 | + | |
| 4 | + | |
17 | 5 | | |
18 | 6 | | |
19 | 7 | | |
| |||
37 | 25 | | |
38 | 26 | | |
39 | 27 | | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | 28 | | |
44 | 29 | | |
45 | 30 | | |
| |||
49 | 34 | | |
50 | 35 | | |
51 | 36 | | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
0 commit comments