From f72cc4fb40454791f6b034947558974ea9137b60 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Be=C3=9Fler?= Date: Sun, 8 Sep 2024 10:13:16 +0200 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 1b9997ccec..ee0d257f7c 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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 @@ -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