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 df0dcd3 commit d043194
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
- name: Build the docs!
run: |
DOCS=$(realpath ./docs)
SITE=$(realpath "$DOCS"/docs)
SITE=$(realpath "$DOCS"/site)
CORE=$(realpath ./core)
cd "$DOCS"
Expand Down

0 comments on commit d043194

Please sign in to comment.