Skip to content

Commit 208234a

Browse files
committed
fix
1 parent 7457212 commit 208234a

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -108,11 +108,12 @@ jobs:
108108
name: Deploy docs to ctf-gameserver.org
109109
runs-on: ubuntu-latest
110110
environment: test
111-
if: github.ref == 'refs/heads/main'
111+
# TODO
112+
if: github.ref == 'refs/heads/wip'
112113
needs:
113114
- lint
114115
- test_pypi
115116
- test_debian
116117
steps:
117-
- echo "${{ secrets.TEST_SECRET }}" > myfile
118-
- cat myfile
118+
- run: echo "${{ secrets.TEST_SECRET }}" > myfile
119+
- run: cat myfile

0 commit comments

Comments
 (0)