Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel86 authored Sep 8, 2024
1 parent 6d09f32 commit f72cc4f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,10 @@ jobs:
run: |
cd knowrob/build
make doc
- name: Move checkout
run: |
mv $GITHUB_WORKSPACE/knowrob/src/.git $GITHUB_WORKSPACE/
mv $GITHUB_WORKSPACE/knowrob/src/* $GITHUB_WORKSPACE/
#- name: Move checkout
# run: |
## mv $GITHUB_WORKSPACE/knowrob/src/.git $GITHUB_WORKSPACE/
# mv $GITHUB_WORKSPACE/knowrob/src/* $GITHUB_WORKSPACE/
- name: Extract version tag
if: github.event_name == 'release'
shell: bash
Expand All @@ -77,7 +77,7 @@ jobs:
# The branch the action should deploy to.
BRANCH: gh-pages
# The folder the action should deploy.
FOLDER: doc/html
FOLDER: knowrob/src/doc/html
# The folder in the target branch
TARGET_FOLDER: ${{ env.KNOWROB_DOCU_VERSION }}
CLEAN: true
Expand Down

0 comments on commit f72cc4f

Please sign in to comment.