Commit c906ba2
authored
Issue-8: Update build v3 (#13)
build and deploy should be in same file
Received the following error during build:
`The workflow is not valid. .github/workflows/deploy.yml
(Line: 21, Col: 3): The workflow must contain at least
one job with no dependencies.
`
The easiest way to resolve this is to move the
deployment back to the same workflow file as the build.
Relates to Issue #82 files changed
+16
-32
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
| 9 | + | |
8 | 10 | | |
9 | 11 | | |
10 | 12 | | |
| |||
43 | 45 | | |
44 | 46 | | |
45 | 47 | | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
This file was deleted.
0 commit comments