Skip to content

Commit bdc0655

Browse files
committed
Hmm …
1 parent a6228d5 commit bdc0655

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/documentation.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,16 @@ jobs:
2424
steps:
2525
- uses: actions/checkout@v4
2626
- uses: arduino/setup-task@v2
27+
28+
- run: |
29+
git config get core.symlinks
30+
git config get --global core.symlinks
31+
32+
- name: Setup tmate session
33+
uses: mxschmitt/action-tmate@v3
34+
with:
35+
limit-access-to-actor: false
36+
2737
- run: |
2838
task github-actions:update-headers --yes
2939
# Check that files hav not changed.

0 commit comments

Comments
 (0)