We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 823e2c7 commit 914971fCopy full SHA for 914971f
.github/workflows/site-generate.yml
@@ -32,6 +32,16 @@ jobs:
32
- name: Install dependencies
33
run: python3 -m pip install -r ./requirements.txt
34
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
45
- name: Generate repository data
46
run: python3 -m repogen -i ./packages -o ./content -D -L
47
0 commit comments