Skip to content

Commit

Permalink
#343 Drop (accidental) "templates" from site
Browse files Browse the repository at this point in the history
  • Loading branch information
ascheman committed Oct 8, 2024
1 parent 1379a6f commit 506bd9c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generate-pages
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ run() {
}

run "CleanUp build" rm -rf build/html5 build/microsite build/pdf
run "Create CHANGELOG" "cat src/docs/templates/CHANGELOG-head.md CHANGELOG.md > src/docs/development/CHANGELOG.md"
run "Create CHANGELOG" "cat src/templates/CHANGELOG-head.md CHANGELOG.md > src/docs/development/CHANGELOG.md"

run "DTC (tasks '${DTC_TASKS}' with version '${DTC_VERSION}')" \
./dtcw local "${DTC_TASKS} --refresh-dependencies --scan"
Expand Down
File renamed without changes.

0 comments on commit 506bd9c

Please sign in to comment.