Commit e4cc555
committed
🐛 Template: Fix MyST Github Pages action
The automatically generated Github Pages action to deploy the MyST documentation was
broken, because it assumes the content is in the root folder. Here we add the
`working_directory` for the HTML build step and correct the `path` for the upload step.1 parent bb9726d commit e4cc555
File tree
1 file changed
+2
-1
lines changed- template/{% if doc_deploy == 'github' %}.github{% endif %}/workflows
1 file changed
+2
-1
lines changedLines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| 39 | + | |
39 | 40 | | |
40 | 41 | | |
41 | 42 | | |
42 | | - | |
| 43 | + | |
43 | 44 | | |
44 | 45 | | |
45 | 46 | | |
0 commit comments