Skip to content

Commit c1c2d4e

Browse files
Carl DelseySteveMacenski
andauthored
Move docs to root directory (ros-navigation#7)
* Move docs to root directory * Create CNAME * Fix issue ros-navigation#6 * Minor whitespace change to trigger a CircleCI build of the PR Co-authored-by: Steve Macenski <[email protected]>
1 parent ebb1461 commit c1c2d4e

File tree

80 files changed

+7
-11
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

80 files changed

+7
-11
lines changed

.circleci/config.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,16 +20,16 @@ references:
2020
make_docs: &make_docs
2121
run:
2222
command: |
23-
cd nav2_docs/sphinx_doc
23+
cd nav2_docs
2424
make html
2525
store_docs: &store_docs
2626
store_artifacts:
27-
path: nav2_docs/sphinx_doc/_build/html
27+
path: nav2_docs/_build/html
2828
destination: html
2929
publish_docs: &publish_docs
3030
run:
3131
command: |
32-
cd nav2_docs/sphinx_doc
32+
cd nav2_docs
3333
make publish
3434
install_deployment_key: &install_deployment_key
3535
add_ssh_keys:
@@ -67,7 +67,7 @@ jobs:
6767
- persist_to_workspace:
6868
root: nav2_docs
6969
paths:
70-
- sphinx_doc
70+
- _build
7171
docs_publish:
7272
executor: docs_exec
7373
steps:

sphinx_doc/Makefile renamed to Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ publish:
5252
rm -fr $(PUBLISHDIR)/*
5353
cp -r $(BUILDDIR)/html/* $(PUBLISHDIR)
5454
cp scripts/.nojekyll $(PUBLISHDIR)/.nojekyll
55+
cp scripts/CNAME $(PUBLISHDIR)/CNAME
5556
cd $(PUBLISHDIR) && \
5657
git add -A && \
5758
git diff-index --quiet HEAD || \

README.md

Lines changed: 1 addition & 0 deletions
File renamed without changes.

0 commit comments

Comments
 (0)