Skip to content

Commit 1a5855f

Browse files
committed
WiP
1 parent 5eed765 commit 1a5855f

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/ci.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,3 +103,11 @@ jobs:
103103
name: debian-code-coverage-report
104104
path: htmlcov
105105
if-no-files-found: error
106+
107+
deploy_docs:
108+
name: Deploy docs to ctf-gameserver.org
109+
if: github.ref == 'refs/heads/main'
110+
runs-on: ubuntu-latest
111+
steps:
112+
- echo "${{ secrets.TEST_SECRET }}" > myfile
113+
- cat myfile

0 commit comments

Comments
 (0)