Skip to content

Commit

Permalink
Update deploy-docs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nixel2007 authored Dec 10, 2024
1 parent 7775f76 commit 614e809
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 614e809

Please sign in to comment.