Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
pontusab committed Nov 14, 2023
1 parent 8c8334d commit a009603
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/preview-dashboard.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
deploy-preview:
runs-on: ubuntu-latest
steps:
uses: actions/checkout@v4
- uses: actions/checkout@v4
- name: Generate slug
uses: rlespinasse/github-slug-action@v4
- uses: oven-sh/setup-bun@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/preview-website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
deploy-preview:
runs-on: ubuntu-latest
steps:
uses: actions/checkout@v4
- uses: actions/checkout@v4
- name: Generate slug
uses: rlespinasse/github-slug-action@v4
- uses: oven-sh/setup-bun@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/production-dashboard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
deploy-production:
runs-on: ubuntu-latest
steps:
uses: actions/checkout@v4
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v1
with:
bun-version: "1.0.11"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/production-website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
deploy-production:
runs-on: ubuntu-latest
steps:
uses: actions/checkout@v4
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v1
with:
bun-version: "1.0.11"
Expand Down
1 change: 1 addition & 0 deletions apps/website/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
p

0 comments on commit a009603

Please sign in to comment.