diff options
author | Egor Tensin <egor@tensin.name> | 2025-09-09 15:44:12 +0200 |
---|---|---|
committer | Egor Tensin <egor@tensin.name> | 2025-09-09 21:58:42 +0200 |
commit | 5817691f382ac88b7984d9764a425d036edec376 (patch) | |
tree | 482c927cd46b357905fdc756493e95781713e8a1 /.github/workflows/main.yml | |
parent | workflows/infra: set up ssh-agent (diff) | |
download | maintenance-5817691f382ac88b7984d9764a425d036edec376.tar.gz maintenance-5817691f382ac88b7984d9764a425d036edec376.zip |
workflows: add workflow for Jekyll projects
Diffstat (limited to '.github/workflows/main.yml')
-rw-r--r-- | .github/workflows/main.yml | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index c53bb8f..82e81ee 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -6,9 +6,13 @@ on: jobs: - infra: + #infra: + # secrets: inherit + # uses: ./.github/workflows/infra.yml + + jekyll: secrets: inherit - uses: ./.github/workflows/infra.yml + uses: ./.github/workflows/jekyll.yml yandex-cloud-cli-bin: secrets: inherit |