Skip to content

Commit

Permalink
wip: test build script in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
btlghrants committed Dec 19, 2023
1 parent a351c49 commit 55743cd
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,11 @@ jobs:
DOCS=$(realpath ./docs)
SITE=$(realpath "$DOCS"/site)
CORE=$(realpath ./core)
cd "$DOCS"
npm ci
npm --workspace build run now -- --site "$SITE" --core "$CORE"
- name: test
run: |
ls -la
DIST=$(realpath ./docs/dist)
ls -la "$DIST"

0 comments on commit 55743cd

Please sign in to comment.