Skip to content

Commit

Permalink
[infra] update paths for github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
stonier committed Aug 30, 2020
1 parent 5d2b351 commit 35eea65
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/devel.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ jobs:

- uses: mattnotmitt/doxygen-action@v1
with:
working-directory: "kobuki_driver/doc/"
working-directory: "doc/"
doxyfile-path: "./doxy.conf"

- name: commit changes
run: |
git clone https://github.com/kobuki-base/kobuki_core.git --branch gh-pages --single-branch gh-pages
cp -r kobuki_driver/doc/generated/html/* gh-pages/
cp -r doc/generated/html/* gh-pages/
touch gh-pages/.nojekyll
cd gh-pages
git config --local user.email "[email protected]"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull_requests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ jobs:

- uses: mattnotmitt/doxygen-action@v1
with:
working-directory: "kobuki_driver/doc/"
working-directory: "doc/"
doxyfile-path: "./doxy.conf"

0 comments on commit 35eea65

Please sign in to comment.