Commit dd40efb
authored
Improves RMG-Py cloning in CI & fixes website build (#796)
Addresses an issue where the RMG-Py repository was being cloned
repeatedly during CI runs.
- Optimizes the CI workflow by checking for the existence of the RMG-Py
directory before attempting to clone it.
- If the directory exists, the workflow now fetches and checks out the
specified commit instead of re-cloning the entire repository.
Website deployment is now pointed to the ./ARC/ folder2 files changed
Lines changed: 10 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
60 | | - | |
61 | | - | |
62 | | - | |
63 | | - | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
64 | 69 | | |
65 | 70 | | |
66 | 71 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
84 | | - | |
| 84 | + | |
0 commit comments