From 614e809f794c0e5b8dcdae0d7c987ad5333b8646 Mon Sep 17 00:00:00 2001 From: Nikita Fedkin Date: Tue, 10 Dec 2024 12:22:38 +0100 Subject: [PATCH] Update deploy-docs.yml --- .github/workflows/deploy-docs.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/.github/workflows/deploy-docs.yml b/.github/workflows/deploy-docs.yml index 8b13789..b7a67c7 100644 --- a/.github/workflows/deploy-docs.yml +++ b/.github/workflows/deploy-docs.yml @@ -1 +1,16 @@ +name: Публикация документации +on: + push: + paths: + - 'docs/**' + branches: + - 'master' + workflow_dispatch: + +jobs: + deploy-docs: + uses: autumn-library/workflows/.github/workflows/deploy-docs.yml@main + with: + github_repository: autumn-library/autumn + secrets: inherit