Skip to content

Commit

Permalink
Update doc generation process.
Browse files Browse the repository at this point in the history
  • Loading branch information
liuliu committed Mar 21, 2024
1 parent 3a33184 commit dc0fbde
Show file tree
Hide file tree
Showing 4 changed files with 445 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/documentation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
run: |
cd "${GITHUB_WORKSPACE}"
docc convert Documentation.docc --index --transform-for-static-hosting --output-path ./docs
echo '<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><meta http-equiv="refresh" content="0;url=https://drawthingsai.github.io/documentation/root">' > ./docs/index.html
echo '<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><meta http-equiv="refresh" content="0;url=https://docs.drawthings.ai/documentation/drawthings">' > ./docs/index.html
- name: Add and commit documentation
run: |
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Draw Things
Draw Things documetations and tutorials
Documentation

@Metadata {
@TechnologyRoot
}
}
Loading

0 comments on commit dc0fbde

Please sign in to comment.