[CI] Push CNAME to static docs repo (#2887)

This commit is contained in:
Mihail Gribkov
2024-03-21 19:00:21 +03:00
committed by GitHub
parent baee7c1ca6
commit 13e22b14fd

View File

@@ -50,6 +50,9 @@ jobs:
name: static-docs
path: output/
- name: Add CNAME
run: echo "${{ vars.DOCS_DOMAIN }}" > output/CNAME
- name: Auth DNet bot
id: bot_auth
uses: machine-learning-apps/actions-app-token@master