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 1d5db5c commit 9bcebfd
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,7 @@ jobs:

- name: Build the docs!
run: |
ls -la
npm --workspace build run now -- --site ./docs --core ./core
SITE=$(realpath ./docs)
CORE=$(realpath ./core)
cd ./docs
npm --workspace build run now -- --site "$SITE" --core "$CORE"

0 comments on commit 9bcebfd

Please sign in to comment.