diff options
| author | Adam Janovsky | 2022-05-27 15:54:38 +0200 |
|---|---|---|
| committer | Adam Janovsky | 2022-05-27 15:54:38 +0200 |
| commit | de9e12c2b319aae9c72a396abff449fe6d52001d (patch) | |
| tree | c2cc73fa1659ef115ec097080c548005b1caf095 | |
| parent | f29d641d54a5b18ee85674266c57384c0b6a9d3a (diff) | |
| download | sec-certs-de9e12c2b319aae9c72a396abff449fe6d52001d.tar.gz sec-certs-de9e12c2b319aae9c72a396abff449fe6d52001d.tar.zst sec-certs-de9e12c2b319aae9c72a396abff449fe6d52001d.zip | |
push docs also on release
| -rw-r--r-- | .github/workflows/docs.yml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index f5df9712..d76e7de1 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -2,6 +2,8 @@ name: "Build docs" on: push: workflow_dispatch: + release: + types: [published] jobs: build: runs-on: ubuntu-latest @@ -32,7 +34,7 @@ jobs: upload: runs-on: ubuntu-latest needs: build - if: github.ref == 'refs/heads/main' && github.repository == 'crocs-muni/sec-certs' # Potentially change this into a check on release. + if: github.ref == 'refs/heads/main' && github.repository == 'crocs-muni/sec-certs' # Potentially change this into a check on release. steps: - name: Get docs artifact uses: actions/download-artifact@v3 |
