Skip to content

Commit

Permalink
Maybe??
Browse files Browse the repository at this point in the history
  • Loading branch information
hughrawlinson committed Jun 2, 2024
1 parent 9595410 commit 32d0829
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
# - name: Checkout your repository using git
# uses: actions/checkout@v4
- name: Checkout your repository using git
uses: actions/checkout@v4
- name: Setup Bun
uses: oven-sh/setup-bun@v1
- name: Install dependencies
run: bun install
- name: Build
run: bun run build
- name: Install, build, and upload your site
uses: withastro/action@v2
- name: Upload site artifact
uses: actions/upload-pages-artifact@v3
with:
Expand Down

0 comments on commit 32d0829

Please sign in to comment.