We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6f9db4 commit 5661062Copy full SHA for 5661062
1 file changed
.github/workflows/DocPreviewCleanup.yml
@@ -21,7 +21,7 @@ jobs:
21
- uses: julia-actions/cache@v2
22
23
- name: Check for stale PR previews
24
- shell: julia {0}
+ shell: julia --color=yes {0}
25
run: |
26
using Pkg
27
Pkg.activate(temp = true)
0 commit comments