Skip to content

Commit 914971f

Browse files
committed
upterm test
1 parent 823e2c7 commit 914971f

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/site-generate.yml

+10
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,16 @@ jobs:
3232
- name: Install dependencies
3333
run: python3 -m pip install -r ./requirements.txt
3434

35+
# - name: Setup upterm session
36+
# uses: lhotari/action-upterm@v1
37+
# with:
38+
# limit-access-to-users: throwaway96
39+
40+
- name: Setup tmate session
41+
uses: mxschmitt/action-tmate@v3
42+
with:
43+
limit-access-to-actor: true
44+
3545
- name: Generate repository data
3646
run: python3 -m repogen -i ./packages -o ./content -D -L
3747

0 commit comments

Comments
 (0)