Skip to content

Commit

Permalink
:docs: chore: Better docs
Browse files Browse the repository at this point in the history
Signed-off-by: Zac Rosenbauer <zac@joggr.io>
  • Loading branch information
zrosenbauer authored Feb 15, 2024
1 parent 15dcc5c commit a6331e3
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,14 @@ on:
- main

jobs:
launchpad:
name: LaunchPad
previews:
name: '🔮 Previews'
runs-on: ubuntu-latest
if: contains(github.event.pull_request.labels.*.name, 'preview')
steps:
- name: Checkout Code
uses: actions/checkout@v1
- id: runAction
- id: preview
name: "🔮 Launch Preview Environment"
uses: joggrdocs/delphi@v1
with:
Expand Down Expand Up @@ -104,14 +104,14 @@ on:
- main

jobs:
launchpad:
name: LaunchPad
previews:
name: '🔮 Previews'
runs-on: ubuntu-latest
if: contains(github.event.pull_request.labels.*.name, 'preview')
steps:
- name: Checkout Code
uses: actions/checkout@v1
- id: runAction
- id: preview
name: "🔮 Launch Preview Environment"
uses: joggrdocs/delphi@v1
with:
Expand Down

0 comments on commit a6331e3

Please sign in to comment.