Skip to content

Commit

Permalink
Update website.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
robin-swift authored Sep 23, 2024
1 parent 1c3ec3c commit a47ba2d
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ permissions:
id-token: write

jobs:
run_testing:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand All @@ -25,13 +25,6 @@ jobs:
with:
name: test-report
path: docs

build:
needs: run_testing
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Build
run: bash build.sh
- name: Upload artifact
Expand Down

0 comments on commit a47ba2d

Please sign in to comment.