Skip to content

Commit

Permalink
chore: fix broken website build
Browse files Browse the repository at this point in the history
Signed-off-by: Mykhailo Kuznietsov <[email protected]>
  • Loading branch information
mkuznyetsov committed Oct 11, 2024
1 parent 2f38d3b commit 43981fe
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
jobs:
build:
name: "Build"
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- name: Checkout local code
uses: actions/checkout@v4
Expand All @@ -21,12 +21,8 @@ jobs:
repository: eclipse-che/che-website
ref: main
path: che-website
- name: Install packages to build che-website
uses: bahmutov/npm-install@v1
with:
working-directory: che-website
- name: Build che-website to website/build/che
run: yarn build
run: yarn && yarn build
working-directory: che-website

- name: Checkout che-docs publication branch
Expand Down

0 comments on commit 43981fe

Please sign in to comment.