Skip to content

Commit

Permalink
tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
rsteube committed Jan 6, 2025
1 parent 323957d commit 14e868f
Showing 1 changed file with 3 additions and 16 deletions.
19 changes: 3 additions & 16 deletions .github/workflows/doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,23 +27,10 @@ jobs:
path: example/example
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
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}}

doc:
needs:
Expand Down

0 comments on commit 14e868f

Please sign in to comment.