We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5eed765 commit 1a5855fCopy full SHA for 1a5855f
1 file changed
.github/workflows/ci.yml
@@ -103,3 +103,11 @@ jobs:
103
name: debian-code-coverage-report
104
path: htmlcov
105
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