Skip to content

Commit

Permalink
wip: test build script in CI
Browse files Browse the repository at this point in the history
btlghrants committed Dec 19, 2023
1 parent 00bc46b commit b399611
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
@@ -51,7 +51,7 @@ jobs:
npm ci
npm --workspace build run now -- --site "$SITE" --core "$CORE"
- name: Commit to source!
- name: Commit changes to source!
run: |
HUGO_OLD=$(realpath "$SITE/hugo.yaml")
HUGO_NEW=$(realpath "$WORK/hugo.yaml")

0 comments on commit b399611

Please sign in to comment.