Commit 6d351b1
authored
Fixup docs-build-deploy action on main
Our first github actions job when committing on main is to build the docs and push to a branch for github pages. This is only triggered for changes to the main branch. I recently changed the checkout step used for this job to avoid persisting the credentials to disk on the runner (for security) but this stops the push from happening. This fixup patch reverts that case.1 parent 0a7495d commit 6d351b1
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
0 commit comments