From c6866269cd89096eb6e0953a1f3c5d78f0cddc57 Mon Sep 17 00:00:00 2001 From: rsteube Date: Mon, 20 Jan 2025 18:50:24 +0100 Subject: [PATCH] vhs: added missing action entries --- .github/workflows/doc.yml | 20 ++++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) diff --git a/.github/workflows/doc.yml b/.github/workflows/doc.yml index 23c3b6a5..95f7f0e2 100644 --- a/.github/workflows/doc.yml +++ b/.github/workflows/doc.yml @@ -28,14 +28,16 @@ jobs: retention-days: 1 - word: {needs: build, uses: ./.github/workflows/vhs-template.yml, with: {topic: word}} - nospace: {needs: build, uses: ./.github/workflows/vhs-template.yml, with: {topic: nospace}} - doubleQuote: {needs: build, uses: ./.github/workflows/vhs-template.yml, with: {topic: doubleQuote}} - doubleQuoteOpen: {needs: build, uses: ./.github/workflows/vhs-template.yml, with: {topic: doubleQuoteOpen}} - singleQuote: {needs: build, uses: ./.github/workflows/vhs-template.yml, with: {topic: singleQuote}} - singleQuoteOpen: {needs: build, uses: ./.github/workflows/vhs-template.yml, with: {topic: singleQuoteOpen}} - escape: {needs: build, uses: ./.github/workflows/vhs-template.yml, with: {topic: escape}} - redirect: {needs: build, uses: ./.github/workflows/vhs-template.yml, with: {topic: redirect}} + word: {needs: build, uses: ./.github/workflows/vhs-template.yml, with: {topic: word}} + nospace: {needs: build, uses: ./.github/workflows/vhs-template.yml, with: {topic: nospace}} + doubleQuote: {needs: build, uses: ./.github/workflows/vhs-template.yml, with: {topic: doubleQuote}} + doubleQuoteOpen: {needs: build, uses: ./.github/workflows/vhs-template.yml, with: {topic: doubleQuoteOpen}} + doubleQuotePartial: {needs: build, uses: ./.github/workflows/vhs-template.yml, with: {topic: doubleQuotePartial}} + singleQuote: {needs: build, uses: ./.github/workflows/vhs-template.yml, with: {topic: singleQuote}} + singleQuoteOpen: {needs: build, uses: ./.github/workflows/vhs-template.yml, with: {topic: singleQuoteOpen}} + singleQuotePartial: {needs: build, uses: ./.github/workflows/vhs-template.yml, with: {topic: singleQuotePartial}} + escape: {needs: build, uses: ./.github/workflows/vhs-template.yml, with: {topic: escape}} + redirect: {needs: build, uses: ./.github/workflows/vhs-template.yml, with: {topic: redirect}} doc: needs: @@ -43,8 +45,10 @@ jobs: - nospace - doubleQuote - doubleQuoteOpen + - doubleQuotePartial - singleQuote - singleQuoteOpen + - singleQuotePartial - escape - redirect runs-on: ubuntu-latest