Skip to content

Commit

Permalink
Fix build action
Browse files Browse the repository at this point in the history
  • Loading branch information
Antiz96 committed Nov 15, 2024
1 parent 2c72f81 commit d996bf2
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/CD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- main

jobs:
Checkout:
Build:
runs-on:
- self-hosted
- CI-CD
Expand All @@ -18,13 +18,6 @@ jobs:
token: ${{ secrets.BUILD_WEBSITE_TOKEN }}
ref: ${{ github.event.pull_request.head.ref }}

Build:
needs: Checkout
runs-on:
- self-hosted
- CI-CD

steps:
- name: Init theme submodule
run: git submodule update --init

Expand Down

0 comments on commit d996bf2

Please sign in to comment.