From eab892380b15aea13436c1968dcdca8de6d39878 Mon Sep 17 00:00:00 2001 From: Robert Hjalmers Date: Tue, 1 Jun 2021 08:26:07 +0200 Subject: [PATCH] ci(github-actions): update build order --- .github/workflows/main.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 74faeb4..3c9c58f 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -21,9 +21,6 @@ jobs: - name: Install dependencies run: npm ci - - - name: Build documentation and demo site - run: npm run build:demo - name: Build library run: npm run build @@ -39,6 +36,9 @@ jobs: NPM_TOKEN: ${{ secrets.NPM_TOKEN }} run: npm run semantic-release + - name: Build documentation and demo site + run: npm run build:demo + - name: Set base href run: ./node_modules/.bin/replace '' '' dist/seb-ng-wizard-lazy-demo/index.html