Skip to content

Commit

Permalink
clean up workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mPokornyETM committed Dec 13, 2023
1 parent 425ae1d commit 103c3f7
Showing 1 changed file with 1 addition and 23 deletions.
24 changes: 1 addition & 23 deletions .github/workflows/createBundle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -155,12 +155,6 @@ jobs:
execute_process(COMMAND sccache --show-stats)
endif()
# no ctest tests for modified cppcheck, they were just thrown away
#- name: Test
# working-directory: ${{github.workspace}}/build
# # Execute tests defined by the CMake configuration.
# # See https://cmake.org/cmake/help/latest/manual/ctest.1.html for more detail
# run: ctest -C ${{env.BUILD_TYPE}}
- name: Upload ctrlppcheck
uses: actions/upload-artifact@v3
Expand Down Expand Up @@ -310,7 +304,6 @@ jobs:
proj_version = \"3.19\"
langs = \"de_AT.utf8\"
langs = \"en_US.utf8\"
langs = \"ru_RU.utf8\"
pmonPort = 5999
[testFramework]
installPath = \"$cwd/\"
Expand All @@ -319,8 +312,6 @@ jobs:
mkdir -p $$cwd/Projects/TfCustomizedQG/log
/opt/WinCC_OA/3.19/bin/WCCILpmon -config $cwd/Projects/TfCustomizedQG/config/config -n -autofreg -status -log +stderr || true
cat config
- name: Start WinCC OA tests
working-directory: /opt/WinCC_OA/3.19/bin/
Expand Down Expand Up @@ -374,7 +365,7 @@ jobs:

# inspired by https://nimblehq.co/blog/create-github-wiki-pull-request
publish-wiki:
# if: github.event_name == 'release'
if: github.event_name == 'release'
name: Publish wiki
runs-on: ubuntu-20.04
needs: tests
Expand All @@ -384,12 +375,6 @@ jobs:
with:
name: wiki-help
path: ${{github.workspace}}/public/

- name: echo
run: |
ls -la ${{github.workspace}}/ || true
ls -la ${{github.workspace}}/public/ || true

- name: Publish Documentation
uses: peaceiris/actions-gh-pages@v3
Expand All @@ -400,10 +385,3 @@ jobs:
with:
github_token: ${{ secrets.WIKI_ACTION_TOKEN }}
publish_dir: ./public

# - name: Publish Documentation to Wiki
# uses: SwiftDocOrg/github-wiki-publish-action@v1
# # with:
# # path: "wiki-help"
# env:
# GH_PERSONAL_ACCESS_TOKEN: ${{secrets.WIKI_ACTION_TOKEN}}

0 comments on commit 103c3f7

Please sign in to comment.