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 8cacf50 commit 249ca6c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ on:
env:
CORE: ./core
DOCS: ./docs
DIST: ${{DOCS}}/dist
SITE: ${{DOCS}}/site
WORK: ${{DOCS}}/build/work
DIST: $DOCS/dist
SITE: $DOCS/site
WORK: $DOCS/build/work

jobs:

Expand Down

0 comments on commit 249ca6c

Please sign in to comment.