diff options
| author | Simon Hauser <Simon-Hauser@outlook.de> | 2021-03-03 18:14:46 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-03-03 18:14:46 +0100 |
| commit | 3faca0802f7b9fefb5af7500c1fa0c0f7acaba64 (patch) | |
| tree | 2e164e8a6aaf154b630a49b8e64e5b3f4ac267d9 /.github | |
| parent | 3ee53c892def15c636c14185e98091d4643ff345 (diff) | |
docs: start documenting previewers (#574)
Co-authored-by: Muhammed Zakir <MuhammedZakir@users.noreply.github.com>
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/docgen.yml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/.github/workflows/docgen.yml b/.github/workflows/docgen.yml index ecde5b3..9285ff4 100644 --- a/.github/workflows/docgen.yml +++ b/.github/workflows/docgen.yml @@ -1,12 +1,14 @@ name: Generate docs -on: push +on: + push: + branches-ignore: + - master jobs: build-sources: name: Generate docs runs-on: ubuntu-20.04 - if: github.ref != 'master' steps: - uses: actions/checkout@v2 - run: date +%F > todays-date |
