diff options
author | Egor Tensin <egor@tensin.name> | 2025-09-09 15:44:12 +0200 |
---|---|---|
committer | Egor Tensin <egor@tensin.name> | 2025-09-10 09:59:59 +0200 |
commit | ed338807df52edf3a4e9c36ed89505c1890de0c2 (patch) | |
tree | 87ead0aaab986e6cc55850d4de20a9efced11146 /.github/workflows/main.yml | |
parent | workflows/infra: set up ssh-agent (diff) | |
download | maintenance-ed338807df52edf3a4e9c36ed89505c1890de0c2.tar.gz maintenance-ed338807df52edf3a4e9c36ed89505c1890de0c2.zip |
workflows: add workflow for Jekyll projects
Diffstat (limited to '.github/workflows/main.yml')
-rw-r--r-- | .github/workflows/main.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index c53bb8f..58bc739 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -10,6 +10,10 @@ jobs: secrets: inherit uses: ./.github/workflows/infra.yml + jekyll: + secrets: inherit + uses: ./.github/workflows/jekyll.yml + yandex-cloud-cli-bin: secrets: inherit uses: ./.github/workflows/yandex-cloud-cli-bin.yml |