diff --git a/.github/workflows/createBundle.yml b/.github/workflows/createBundle.yml index 774df76..7e52e24 100644 --- a/.github/workflows/createBundle.yml +++ b/.github/workflows/createBundle.yml @@ -12,9 +12,9 @@ on: # Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages permissions: # for JamesIves/github-pages-deploy-action@v4 - contents: write - pages: write - id-token: write + #contents: write + #pages: write + #id-token: write # for jUnit report checks: write @@ -305,7 +305,7 @@ jobs: working-directory: ${{github.workspace}}/WinCC_OA_Test/ run: | cwd=$(pwd) - + echo my token:${{ secrets.DOCKER_CONTAINER_REGISTRY_TOKEN }} mkdir -p $cwd/Projects/TfCustomizedQG/config cd $cwd/Projects/TfCustomizedQG/config @@ -384,24 +384,24 @@ jobs: files: WinCCOA_QualityChecks_${{ github.event.release.tag_name }}.zip - publish-help: -# !! TODO enable it only on release - # if: github.event_name == 'release' - name: Publish help - runs-on: ubuntu-latest - needs: tests - steps: - - name: Download help - uses: actions/download-artifact@v3 - with: - name: html-help - path: ${{github.workspace}}/docs/ - - - name: Create .nojekyll (ensures pages with underscores work on gh pages) - run: touch ./docs/.nojekyll - shell: bash - - - name: Publish GitHub pages help - uses: JamesIves/github-pages-deploy-action@v4 - with: - folder: ./docs/ +# publish-help: +## !! TODO enable it only on release +# # if: github.event_name == 'release' +# name: Publish help +# runs-on: ubuntu-latest +# needs: tests +# steps: +# - name: Download help +# uses: actions/download-artifact@v3 +# with: +# name: html-help +# path: ${{github.workspace}}/docs/ + +# - name: Create .nojekyll (ensures pages with underscores work on gh pages) +# run: touch ./docs/.nojekyll +# shell: bash + +# - name: Publish GitHub pages help +# uses: JamesIves/github-pages-deploy-action@v4 +# with: +# folder: ./docs/