Skip to content

Commit

Permalink
Create deploy-docs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nixel2007 authored Dec 10, 2024
1 parent bb24151 commit c3a79b1
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +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/winow
secrets: inherit

0 comments on commit c3a79b1

Please sign in to comment.